From 065cd2d20e379642cc3a69e498d20708e2243b21 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 2 May 2024 11:30:35 -0400 Subject: [PATCH] build: Add ENV container=oci Since our stuff depends on this. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9e85457301..06ef66f88a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # When rebasing to new Fedora, also update openshift/release: # https://github.com/openshift/release/tree/master/ci-operator/config/coreos/coreos-assembler/coreos-coreos-assembler-main.yaml FROM quay.io/fedora/fedora:40 +# Work around for https://bugzilla.redhat.com/show_bug.cgi?id=2278652 +ENV container=oci WORKDIR /root/containerbuild # Keep this Dockerfile idempotent for local development rebuild use cases.