debian-bootc-base-images/fedora-bootc-config.json
Colin Walters 7966e8931b Add VOLUME /var into container config by default
This meshes with
<https://github.com/ostreedev/ostree/pull/3166/commits/f81b9fa1666c62a024d5ca0bbe876321f72529c7>
in that our container image now behaves by default
similarly to how the host works at runtime.
2024-02-13 18:06:41 -05:00

11 lines
222 B
JSON

{
"Labels": {
"containers.bootc": "1",
"redhat.compose-id": "Fedora-ELN-20240213.3",
"redhat.id": "fedora",
"redhat.version-id": "ELN"
},
"Volumes": {
"/var": {}
}
}