Skip to content

Commit

Permalink
Update upstream.Dockerfile to apply fixes
Browse files Browse the repository at this point in the history
Signed-off-by: KhulnaSoft bot <[email protected]>
  • Loading branch information
khulnasoft-bot authored Nov 9, 2024
1 parent 4047304 commit 11bed1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstream.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/operator-framework/upstream-registry-builder:v1.13.3 AS builder
FROM quay.io/operator-framework/upstream-registry-builder:v1.13.3 as builder
ARG PERMISSIVE_LOAD=true
COPY upstream-community-operators manifests
RUN if [ $PERMISSIVE_LOAD = "true" ] ; then ./bin/initializer --permissive -o ./bundles.db ; else ./bin/initializer -o ./bundles.db ; fi
Expand Down

0 comments on commit 11bed1f

Please sign in to comment.