Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions olm-catalog/serverless-operator/index/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openshift/origin-base as builder

COPY --from=quay.io/operator-framework/opm:latest /bin/opm /bin/opm
COPY --from=quay.io/operator-framework/opm:v1.23.2 /bin/opm /bin/opm

# Copy declarative config root into image at /configs
COPY configs /configs
Expand All @@ -11,7 +11,7 @@ RUN /bin/opm --skip-tls-verify render -o yaml registry.ci.openshift.org/knative/

# The base image is expected to contain
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe
FROM quay.io/operator-framework/opm:latest
FROM quay.io/operator-framework/opm:v1.23.2

# Copy declarative config root into image at /configs
COPY --from=builder /configs /configs
Expand Down
4 changes: 2 additions & 2 deletions templates/index.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openshift/origin-base as builder

COPY --from=quay.io/operator-framework/opm:latest /bin/opm /bin/opm
COPY --from=quay.io/operator-framework/opm:v1.23.2 /bin/opm /bin/opm

# Copy declarative config root into image at /configs
COPY configs /configs
Expand All @@ -11,7 +11,7 @@ RUN /bin/opm --skip-tls-verify render -o yaml registry.ci.openshift.org/knative/

# The base image is expected to contain
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe
FROM quay.io/operator-framework/opm:latest
FROM quay.io/operator-framework/opm:v1.23.2

# Copy declarative config root into image at /configs
COPY --from=builder /configs /configs
Expand Down