Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
COPY k8s-binaries/kube* /usr/local/bin/
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -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) { \
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
K8S_VERSION?=v1.19.0-rc.4
K8S_VERSION?=v1.19.0

ARCH?=amd64
ALL_ARCH=amd64 arm64
Expand Down Expand Up @@ -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
.DEFAULT_GOAL := build