Skip to content

Commit

Permalink
Merge pull request #559 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.8-openshift-enterprise-hyperkube

Updating openshift-enterprise-hyperkube builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Nov 24, 2021
2 parents 81bc627 + aa3199d commit e5d52d9
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 e5d52d9

Please sign in to comment.