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

Commit

Permalink
Podman needs Volume: /var/lib/containers/storage to work.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rhatdan committed Apr 19, 2024
1 parent 8c1487f commit 4e65ff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions centos-bootc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
"redhat.version-id": "9"
},
"StopSignal": "SIGRTMIN+3"
"Volume": {
"/var/lib/containers/storage"
}
}

0 comments on commit 4e65ff6

Please sign in to comment.