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

Commit be1753b

Browse files
authored
Merge pull request #27 from cgwalters/composefs-transient
Enable composefs + transient root
2 parents cb6aaec + 8f5be09 commit be1753b

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

eln-dev/Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM quay.io/centos-bootc/fedora-bootc:eln
2+
COPY usr usr
23
COPY *.repo /etc/yum.repos.d/
34
RUN dnf --disablerepo='*' --enablerepo=copr-coreos-continuous --enablerepo=copr-rhcontainerbot-bootc -y distro-sync && \
45
dnf clean all
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[root]
2+
transient = true
3+
[composefs]
4+
enabled = true

stream9-dev/Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM quay.io/centos-bootc/centos-bootc:stream9
2+
COPY usr usr
23
COPY *.repo /etc/yum.repos.d/
34
RUN dnf --disablerepo='*' --enablerepo=copr-coreos-continuous --enablerepo=copr-rhcontainerbot-bootc -y distro-sync && \
45
dnf clean all
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[root]
2+
transient = true
3+
[composefs]
4+
enabled = true

0 commit comments

Comments
 (0)