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

Commit a159eb6

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 <[email protected]>
1 parent 8c1487f commit a159eb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

centos-bootc-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"redhat.id": "centos",
77
"redhat.version-id": "9"
88
},
9-
"StopSignal": "SIGRTMIN+3"
9+
"StopSignal": "SIGRTMIN+3",
10+
"Volumes": {
11+
"/var/lib/containers/storage"
12+
}
1013
}

0 commit comments

Comments
 (0)