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

Commit 4e65ff6

Browse files
committed
Podman needs Volume: /var/lib/containers/storage to work.
When running a bootc image as an OCI contianer, embeded containers will fail. This is because OSTree on OSTree is not allower. Defaulting i /var/lib/containers/storage to a Volume fixes the problem. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
1 parent 8c1487f commit 4e65ff6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

centos-bootc-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
"redhat.version-id": "9"
88
},
99
"StopSignal": "SIGRTMIN+3"
10+
"Volume": {
11+
"/var/lib/containers/storage"
12+
}
1013
}

0 commit comments

Comments
 (0)