Skip to content

Commit

Permalink
Update cli container image for UPI
Browse files Browse the repository at this point in the history
Before this change the container that was being used to
grab the `oc` command was v4.1. This is too old for
CSR requests and causes vSphere UPI CI to fail.
Updates to v4.6.
  • Loading branch information
jcpowermac committed Aug 27, 2020
1 parent f25e411 commit e1e58d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/installer/Dockerfile.upi.ci
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/openshift/installer
COPY . .
RUN hack/build.sh

FROM registry.svc.ci.openshift.org/ocp/4.1:cli as cli
FROM registry.svc.ci.openshift.org/ocp/4.6:cli as cli

FROM registry.svc.ci.openshift.org/ocp/4.1:base
COPY --from=cli /usr/bin/oc /bin/oc
Expand Down

0 comments on commit e1e58d0

Please sign in to comment.