Skip to content

Commit 065cd2d

Browse files
cgwaltersjlebon
authored andcommittedMay 2, 2024·
build: Add ENV container=oci
Since our stuff depends on this.
1 parent 79b15c8 commit 065cd2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# When rebasing to new Fedora, also update openshift/release:
22
# https://github.com/openshift/release/tree/master/ci-operator/config/coreos/coreos-assembler/coreos-coreos-assembler-main.yaml
33
FROM quay.io/fedora/fedora:40
4+
# Work around for https://bugzilla.redhat.com/show_bug.cgi?id=2278652
5+
ENV container=oci
46
WORKDIR /root/containerbuild
57

68
# Keep this Dockerfile idempotent for local development rebuild use cases.

0 commit comments

Comments
 (0)
Please sign in to comment.