File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM rancher/hyperkube-base:v0.0.1-rc3
1
+ FROM rancher/hyperkube-base:v0.0.1
2
2
3
- COPY k8s-binaries/kube* /usr/local/bin/
3
+ COPY k8s-binaries/kube* /usr/local/bin/
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
10
10
Exit 1; \
11
11
} \
12
12
}
13
- ENV K8S_VERSION v1.19.0-rc.4
13
+ ENV K8S_VERSION v1.19.0
14
14
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
15
15
\
16
16
function Expand-GZip ($inFile, $outFile) { \
Original file line number Diff line number Diff line change 1
- K8S_VERSION? =v1.19.0-rc.4
1
+ K8S_VERSION? =v1.19.0
2
2
3
3
ARCH? =amd64
4
4
ALL_ARCH =amd64 arm64
@@ -57,4 +57,4 @@ push: build
57
57
58
58
.PHONY : all build push clean all-build all-push-images all-push push-manifest k8s-binaries
59
59
60
- .DEFAULT_GOAL := build
60
+ .DEFAULT_GOAL := build
You can’t perform that action at this time.
0 commit comments