Skip to content

Commit

Permalink
Bug 2069976: Error with oc-mirror using an old outdated unsupported o…
Browse files Browse the repository at this point in the history
…c client in AI (openshift#3598) (openshift#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:
eranco74/oc@20d61f4
  • Loading branch information
eranco74 authored and Flavio Percoco committed Sep 21, 2022
1 parent c4e0d4a commit 0567121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.assisted-service
Expand Up @@ -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
Expand Down

0 comments on commit 0567121

Please sign in to comment.