From c6afc8fde10f36110327f74edb854a58f937620b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 2 May 2024 12:39:57 -0400 Subject: [PATCH] config: Add ENV container=oci xref https://bugzilla.redhat.com/show_bug.cgi?id=2278652 I think this is a best practice for base images; --- fedora-bootc-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora-bootc-config.json b/fedora-bootc-config.json index f5429f9..6437ea1 100644 --- a/fedora-bootc-config.json +++ b/fedora-bootc-config.json @@ -5,5 +5,8 @@ "redhat.id": "fedora", "redhat.version-id": "40" }, - "StopSignal": "SIGRTMIN+3" + "StopSignal": "SIGRTMIN+3", + "Env": [ + "container=oci" + ] }