Merge pull request #313 from cgwalters/revert-volume

Revert "Add `VOLUME /var` into container config by default"
This commit is contained in:
Colin Walters 2024-02-14 15:52:01 -05:00 committed by GitHub
commit 06afef6db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View File

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

View File

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