many: take repositories from the "images" library

This commit changes the spec file so that most of the repositories
are taken from the `images` library. See images PR#1112 for details.

Note that we still need the -no-auth-keys and the centos-stream
symlinks.
This commit is contained in:
Michael Vogt 2025-01-10 15:28:32 +01:00 committed by Tomáš Hozza
parent 74638a9733
commit 90f069c2eb
28 changed files with 23 additions and 1923 deletions

View file

@ -11,6 +11,7 @@ import (
"github.com/coreos/go-systemd/journal"
"github.com/getsentry/sentry-go"
sentrylogrus "github.com/getsentry/sentry-go/logrus"
_ "github.com/osbuild/images/data/repositories"
"github.com/osbuild/osbuild-composer/internal/common"
slogger "github.com/osbuild/osbuild-composer/pkg/splunk_logger"
"github.com/sirupsen/logrus"