From 3eeab54111e6c72714802ac53a091247c82256f3 Mon Sep 17 00:00:00 2001 From: Stavros Kontopoulos Date: Wed, 13 Jul 2022 11:02:19 +0300 Subject: [PATCH] use an amd64 tag for the opm image --- olm-catalog/serverless-operator/index/Dockerfile | 4 ++-- templates/index.Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/olm-catalog/serverless-operator/index/Dockerfile b/olm-catalog/serverless-operator/index/Dockerfile index b9f7830fd5..e5e3b6308d 100644 --- a/olm-catalog/serverless-operator/index/Dockerfile +++ b/olm-catalog/serverless-operator/index/Dockerfile @@ -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 @@ -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 diff --git a/templates/index.Dockerfile b/templates/index.Dockerfile index 8ebbcafa82..646b963b95 100644 --- a/templates/index.Dockerfile +++ b/templates/index.Dockerfile @@ -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 @@ -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