mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 13:30:45 +00:00
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.
This commit is contained in:
parent
50fbd86720
commit
7966e8931b
2 changed files with 6 additions and 0 deletions
|
|
@ -4,5 +4,8 @@
|
|||
"redhat.compose-id": "CentOS-Stream-9-20240212.d.0",
|
||||
"redhat.id": "centos",
|
||||
"redhat.version-id": "9"
|
||||
},
|
||||
"Volumes": {
|
||||
"/var": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,8 @@
|
|||
"redhat.compose-id": "Fedora-ELN-20240213.3",
|
||||
"redhat.id": "fedora",
|
||||
"redhat.version-id": "ELN"
|
||||
},
|
||||
"Volumes": {
|
||||
"/var": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue