From 05671214a2c5cc01fc833fabb5659c3452437cab Mon Sep 17 00:00:00 2001 From: Eran Cohen Date: Wed, 4 May 2022 10:50:01 +0300 Subject: [PATCH] Bug 2069976: Error with oc-mirror using an old outdated unsupported oc client in AI (#3598) (#3754) Updated the oc-image to an updated version of oc that support the new oc-mirror behavior This oc image was built from this commit: https://github.com/eranco74/oc/commit/20d61f4260917d444bda6fb1e761c49d2a3bc02d --- Dockerfile.assisted-service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.assisted-service b/Dockerfile.assisted-service index 4d055ae6b68..a345ff7af08 100644 --- a/Dockerfile.assisted-service +++ b/Dockerfile.assisted-service @@ -29,7 +29,7 @@ RUN CGO_ENABLED=1 GOFLAGS="" GO111MODULE=on go build -o /build/assisted-service RUN CGO_ENABLED=0 GOFLAGS="" GO111MODULE=on go build -o /build/assisted-service-operator cmd/operator/main.go RUN CGO_ENABLED=0 GOFLAGS="" GO111MODULE=on go build -o /build/assisted-service-admission cmd/webadmission/main.go -FROM quay.io/ocpmetal/oc-image:bug-1823143-multi-arch as oc-image +FROM quay.io/ocpmetal/oc-image:bug-1823143-multi-arch-ai-bug-2069976 as oc-image # Create final image FROM quay.io/centos/centos:stream8