debian-bootc-base-images/fedora-bootc-config.json
Colin Walters 8b24b36e21
Merge pull request #306 from cgwalters/volumes
Add `VOLUME /var` into container config by default
2024-02-14 09:22:04 -05:00

11 lines
222 B
JSON

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