From 612af827ff967a5e384e6922154d772634ca5629 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 14 Feb 2024 15:34:08 -0500 Subject: [PATCH] Revert "Add `VOLUME /var` into container config by default" This reverts commit 7966e8931bf282b3fc0eef0b7153fba7b789dc94. It just breaks derived builds across the board. --- centos-bootc-config.json | 3 --- fedora-bootc-config.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/centos-bootc-config.json b/centos-bootc-config.json index a0ab0f9..53e00fd 100644 --- a/centos-bootc-config.json +++ b/centos-bootc-config.json @@ -4,8 +4,5 @@ "redhat.compose-id": "CentOS-Stream-9-20240212.d.0", "redhat.id": "centos", "redhat.version-id": "9" - }, - "Volumes": { - "/var": {} } } diff --git a/fedora-bootc-config.json b/fedora-bootc-config.json index d97f909..181c01d 100644 --- a/fedora-bootc-config.json +++ b/fedora-bootc-config.json @@ -4,8 +4,5 @@ "redhat.compose-id": "Fedora-ELN-20240214.2", "redhat.id": "fedora", "redhat.version-id": "ELN" - }, - "Volumes": { - "/var": {} } }