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

Commit

Permalink
Add Volume: /var/lib/containers/storage
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 allowed. Defaulting
/var/lib/containers/storage to a Volume fixes the problem.

Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan authored and cgwalters committed Apr 20, 2024
1 parent 8c9e570 commit 9d1dd34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion centos-bootc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"redhat.id": "centos",
"redhat.version-id": "9"
},
"StopSignal": "SIGRTMIN+3"
"StopSignal": "SIGRTMIN+3",
"Volumes": {
"/var/lib/containers/storage": {}
}
}
5 changes: 4 additions & 1 deletion fedora-bootc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"redhat.id": "fedora",
"redhat.version-id": "40"
},
"StopSignal": "SIGRTMIN+3"
"StopSignal": "SIGRTMIN+3",
"Volumes": {
"/var/lib/containers/storage": {}
}
}

0 comments on commit 9d1dd34

Please sign in to comment.