Skip to content

Commit 3c8e51d

Browse files
committed
Release v1.21.0
1 parent 7589f9f commit 3c8e51d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

33
COPY k8s-binaries/kube* /usr/local/bin/

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
K8S_VERSION?=v1.20.5
1+
K8S_VERSION?=v1.21.0
22

33
ARCH?=amd64
44
ALL_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

99
K8S_STAGING:=$(shell mktemp -d)
1010

@@ -50,10 +50,10 @@ clean:
5050
rm -rf k8s-binaries
5151

5252
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 .
5454

5555
push: 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

0 commit comments

Comments
 (0)