Skip to content

Commit

Permalink
build: Add ENV container=oci
Browse files Browse the repository at this point in the history
Since our stuff depends on this.
  • Loading branch information
cgwalters authored and jlebon committed May 2, 2024
1 parent 79b15c8 commit 065cd2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 065cd2d

Please sign in to comment.