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

Enable composefs + transient root #27

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading