File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM gcr.io/google_containers/hyperkube:v1.16.0-rc.2
1
+ FROM gcr.io/google_containers/hyperkube:v1.16.0
2
2
RUN sed -i -e 's!\b main\b !main contrib!g' /etc/apt/sources.list && \
3
3
clean-install apt-transport-https gnupg1 curl zfsutils-linux \
4
4
&& echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ stretch main" > \
Original file line number Diff line number Diff line change 1
- FROM gcr.io/google_containers/hyperkube-arm64:v1.16.0-rc.2
1
+ FROM gcr.io/google_containers/hyperkube-arm64:v1.16.0
2
2
RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
3
3
clean-install apt-transport-https gnupg1 curl zfsutils-linux \
4
4
&& apt-get purge gnupg \
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.16.0-rc.2
13
+ ENV K8S_VERSION v1.16.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) { \
You can’t perform that action at this time.
0 commit comments