Skip to content

Commit 0778667

Browse files
committed
Bump to v1.19.0 and use v0.0.1 of rancher/hyperkube-base
Signed-off-by: Chris Kim <[email protected]>
1 parent 22334c9 commit 0778667

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM rancher/hyperkube-base:v0.0.1-rc3
1+
FROM rancher/hyperkube-base:v0.0.1
22

3-
COPY k8s-binaries/kube* /usr/local/bin/
3+
COPY k8s-binaries/kube* /usr/local/bin/

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
1010
Exit 1; \
1111
} \
1212
}
13-
ENV K8S_VERSION v1.19.0-rc.4
13+
ENV K8S_VERSION v1.19.0
1414
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
1515
\
1616
function Expand-GZip ($inFile, $outFile) { \

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
K8S_VERSION?=v1.19.0-rc.4
1+
K8S_VERSION?=v1.19.0
22

33
ARCH?=amd64
44
ALL_ARCH=amd64 arm64
@@ -57,4 +57,4 @@ push: build
5757

5858
.PHONY: all build push clean all-build all-push-images all-push push-manifest k8s-binaries
5959

60-
.DEFAULT_GOAL := build
60+
.DEFAULT_GOAL := build

0 commit comments

Comments
 (0)