diff --git a/Dockerfile b/Dockerfile index 0ca4965..ccad2bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM rancher/hyperkube-base:v0.0.1-rc3 +FROM rancher/hyperkube-base:v0.0.1 -COPY k8s-binaries/kube* /usr/local/bin/ \ No newline at end of file +COPY k8s-binaries/kube* /usr/local/bin/ diff --git a/Dockerfile.windows b/Dockerfile.windows index 7cacde5..5813ef0 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \ Exit 1; \ } \ } -ENV K8S_VERSION v1.19.0-rc.4 +ENV K8S_VERSION v1.19.0 RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \ \ function Expand-GZip ($inFile, $outFile) { \ diff --git a/Makefile b/Makefile index bf99b97..e21a602 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.19.0-rc.4 +K8S_VERSION?=v1.19.0 ARCH?=amd64 ALL_ARCH=amd64 arm64 @@ -57,4 +57,4 @@ push: build .PHONY: all build push clean all-build all-push-images all-push push-manifest k8s-binaries -.DEFAULT_GOAL := build \ No newline at end of file +.DEFAULT_GOAL := build