Skip to content

Commit

Permalink
UPSTREAM: <carry>: Updating openshift-enterprise-hyperkube images to …
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Nov 19, 2021
1 parent 9d1ff89 commit aa3199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-hack/images/hyperkube/Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN make WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler
cp /go/src/k8s.io/kubernetes/_output/local/bin/linux/$(go env GOARCH)/{kube-apiserver,kube-controller-manager,kube-scheduler,kubelet,watch-termination} \
/tmp/build

FROM registry.ci.openshift.org/ocp/4.7:base
FROM registry.ci.openshift.org/ocp/4.8:base
RUN yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False iproute && yum clean all
COPY --from=builder /tmp/build/* /usr/bin/
LABEL io.k8s.display-name="OpenShift Kubernetes Server Commands" \
Expand Down

0 comments on commit aa3199d

Please sign in to comment.