File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM rancher/ hyperkube-base:v0.0.2
1+ FROM harbor.cumulus.openstack.hpc.cam.ac.uk/magnum/ hyperkube-base:v0.0.1-linux-amd64
22
33COPY k8s-binaries/kube* /usr/local/bin/
Original file line number Diff line number Diff line change 1- K8S_VERSION? =v1.20.5
1+ K8S_VERSION? =v1.21.0
22
33ARCH? =amd64
44ALL_ARCH =amd64 arm64
55
6- IMAGE? =docker.io/rancher /hyperkube
7- TAGEND? =rancher1
6+ IMAGE? =harbor.cumulus.openstack.hpc.cam.ac.uk/magnum /hyperkube
7+ TAGEND? =0
88
99K8S_STAGING: =$(shell mktemp -d)
1010
@@ -50,10 +50,10 @@ clean:
5050 rm -rf k8s-binaries
5151
5252build : k8s-binaries
53- docker build --pull -t ${IMAGE} :${K8S_VERSION} -${TAGEND} - ${ARCH} -f Dockerfile .
53+ docker build --pull -t ${IMAGE} :${K8S_VERSION} -${TAGEND} -f Dockerfile .
5454
5555push : build
56- docker push ${IMAGE} :${K8S_VERSION} -${TAGEND} - ${ARCH}
56+ docker push ${IMAGE} :${K8S_VERSION} -${TAGEND}
5757
5858.PHONY : all build push clean all-build all-push-images all-push push-manifest k8s-binaries
5959
You can’t perform that action at this time.
0 commit comments