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
2
2
3
3
COPY 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
2
2
3
3
ARCH? =amd64
4
4
ALL_ARCH =amd64 arm64
5
5
6
- IMAGE? =docker.io/rancher /hyperkube
7
- TAGEND? =rancher1
6
+ IMAGE? =harbor.cumulus.openstack.hpc.cam.ac.uk/magnum /hyperkube
7
+ TAGEND? =0
8
8
9
9
K8S_STAGING: =$(shell mktemp -d)
10
10
@@ -50,10 +50,10 @@ clean:
50
50
rm -rf k8s-binaries
51
51
52
52
build : 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 .
54
54
55
55
push : build
56
- docker push ${IMAGE} :${K8S_VERSION} -${TAGEND} - ${ARCH}
56
+ docker push ${IMAGE} :${K8S_VERSION} -${TAGEND}
57
57
58
58
.PHONY : all build push clean all-build all-push-images all-push push-manifest k8s-binaries
59
59
You can’t perform that action at this time.
0 commit comments