Merge pull request #306 from cgwalters/volumes

Add `VOLUME /var` into container config by default
This commit is contained in:
Colin Walters 2024-02-14 09:22:04 -05:00 committed by GitHub
commit 8b24b36e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -4,5 +4,8 @@
"redhat.compose-id": "CentOS-Stream-9-20240212.d.0", "redhat.compose-id": "CentOS-Stream-9-20240212.d.0",
"redhat.id": "centos", "redhat.id": "centos",
"redhat.version-id": "9" "redhat.version-id": "9"
},
"Volumes": {
"/var": {}
} }
} }

View File

@ -4,5 +4,8 @@
"redhat.compose-id": "Fedora-ELN-20240214.2", "redhat.compose-id": "Fedora-ELN-20240214.2",
"redhat.id": "fedora", "redhat.id": "fedora",
"redhat.version-id": "ELN" "redhat.version-id": "ELN"
},
"Volumes": {
"/var": {}
} }
} }