Revert "Add VOLUME /var into container config by default"

This reverts commit 7966e8931b.
It just breaks derived builds across the board.
This commit is contained in:
Colin Walters 2024-02-14 15:34:08 -05:00
parent fb02af24c5
commit 612af827ff
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": {}
}
}