Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Enable composefs + transient root
Browse files Browse the repository at this point in the history
Let's enable this in our -dev images right now to try
to put together our new recommended default experience.
  • Loading branch information
cgwalters committed Feb 12, 2024
1 parent fb4b003 commit 8f5be09
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions eln-dev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM quay.io/centos-bootc/fedora-bootc:eln
COPY usr usr
COPY *.repo /etc/yum.repos.d/
RUN dnf --disablerepo='*' --enablerepo=copr-coreos-continuous --enablerepo=copr-rhcontainerbot-bootc -y distro-sync && \
dnf clean all
Expand Down
4 changes: 4 additions & 0 deletions eln-dev/usr/lib/ostree/prepare-root.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[root]
transient = true
[composefs]
enabled = true
1 change: 1 addition & 0 deletions stream9-dev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM quay.io/centos-bootc/centos-bootc:stream9
COPY usr usr
COPY *.repo /etc/yum.repos.d/
RUN dnf --disablerepo='*' --enablerepo=copr-coreos-continuous --enablerepo=copr-rhcontainerbot-bootc -y distro-sync && \
dnf clean all
Expand Down
4 changes: 4 additions & 0 deletions stream9-dev/usr/lib/ostree/prepare-root.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[root]
transient = true
[composefs]
enabled = true

0 comments on commit 8f5be09

Please sign in to comment.