diff --git a/fedora-copr-bootc.repo b/fedora-copr-bootc.repo new file mode 100644 index 0000000000..fa967d5f7d --- /dev/null +++ b/fedora-copr-bootc.repo @@ -0,0 +1,10 @@ +[bootc-fedora] +name=Copr repo for bootc owned by rhcontainerbot +baseurl=https://download.copr.fedorainfracloud.org/results/rhcontainerbot/bootc/fedora-$releasever-$basearch/ +type=rpm-md +skip_if_unavailable=True +gpgcheck=1 +gpgkey=https://download.copr.fedorainfracloud.org/results/rhcontainerbot/bootc/pubkey.gpg +repo_gpgcheck=0 +enabled=1 +enabled_metadata=1 diff --git a/manifest.yaml b/manifest.yaml index fbb095f39b..2097f95efc 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,7 +1,10 @@ variables: - stream: stable + stream: experimental + # At the current time, this is only kind of true. prod: true releasever: 38 -include: manifests/fedora-coreos.yaml +include: + - manifests/fedora-coreos.yaml + - manifests/bootc.yaml diff --git a/manifests/bootc.yaml b/manifests/bootc.yaml new file mode 100644 index 0000000000..a55cd4d4d9 --- /dev/null +++ b/manifests/bootc.yaml @@ -0,0 +1,7 @@ +# This implements https://github.com/coreos/fedora-coreos-tracker/issues/1446 + +repos: + - bootc-fedora + +packages: + - bootc \ No newline at end of file