Skip to content

Commit

Permalink
[branched] deploy container images by default
Browse files Browse the repository at this point in the history
Switch boot images to use OCI for updates. This is a step towards
bootable containers support and bootc rebase.

See https://fedoraproject.org/wiki/Changes/CoreOSOstree2OCIUpdates
Requires coreos/zincati#1241
See coreos/fedora-coreos-tracker#1823
  • Loading branch information
jbtrystram committed Feb 18, 2025
1 parent f8174d6 commit 084cbcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ include: image-base.yaml
# Enable 'erofs' by default for the rootfs in the Live ISO/PXE artifacts
live-rootfs-fstype: "erofs"
live-rootfs-fsoptions: "-zlzma,level=6 -Eall-fragments,fragdedupe=inode -C1048576 --quiet"

# use OCI images by default
# https://github.com/coreos/fedora-coreos-tracker/issues/1823
deploy-via-container: true
container-imgref: "ostree-remote-image:fedora:registry:quay.io/fedora/fedora-coreos:branched"

0 comments on commit 084cbcd

Please sign in to comment.