Skip to content

Commit

Permalink
Initial changes for experimental branch with bootc
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed May 2, 2023
1 parent 4524c7d commit 5e8e9f6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
10 changes: 10 additions & 0 deletions fedora-copr-bootc.repo
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# similarly to manifest.yaml. Unlike image-base.yaml, which is shared by all
# streams.
include: image-base.yaml

deploy-via-container: true
container-imgref: ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:experimental
7 changes: 5 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions manifests/bootc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This implements https://github.com/coreos/fedora-coreos-tracker/issues/1446

repos:
- bootc-fedora

packages:
- bootc

0 comments on commit 5e8e9f6

Please sign in to comment.