Skip to content

Commit

Permalink
[rawhide] Switch to deploying via container image
Browse files Browse the repository at this point in the history
Because rawhide is a mechanical stream, this won't break anything
for production streams.  It will help shake out anything
that might be broken by this.
  • Loading branch information
cgwalters committed Nov 6, 2023
1 parent 9e22cd9 commit 5ab64a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
# streams.
include: image-base.yaml

# Plan to move this to all streams soon
ostree-format: "oci-chunked-v1"

# We don't have zincati for rawhide, so we can bypass the issues in
# https://github.com/coreos/fedora-coreos-tracker/issues/1263
# and enable it by default for rawhide!
deploy-via-container: true
container-imgref: "ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:rawhide"

0 comments on commit 5ab64a6

Please sign in to comment.