Skip to content

Commit 1a73745

Browse files
galal-husseinAlena Prokharchyk
authored andcommitted
Add hyperkube 1.16
1 parent 531aa9f commit 1a73745

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/google_containers/hyperkube:v1.15.0
1+
FROM gcr.io/google_containers/hyperkube:v1.16.0-alpha.2
22
RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
33
clean-install apt-transport-https gnupg1 curl zfsutils-linux \
44
&& echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ stretch main" > \

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/google_containers/hyperkube-arm64:v1.15.0
1+
FROM gcr.io/google_containers/hyperkube-arm64:v1.16.0-alpha.2
22
RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
33
clean-install apt-transport-https gnupg1 curl zfsutils-linux \
44
&& apt-get purge gnupg \

Dockerfile.windows

Lines changed: 2 additions & 2 deletions
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.15.0
13+
ENV K8S_VERSION v1.16.0-alpha.2
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) { \
@@ -53,4 +53,4 @@ FROM mcr.microsoft.com/powershell:nanoserver-${SERVERCORE_VERSION}
5353
COPY ["windows/*", "c:/Program Files/runtime/"]
5454
COPY --from=download ["/kubernetes/node/bin/kubelet.exe", "/kubernetes/node/bin/kubectl.exe", "/kubernetes/node/bin/kube-proxy.exe", "c:/Program Files/kubernetes/bin/"]
5555
WORKDIR "c:\\Program Files\\runtime"
56-
CMD ["pwsh", "-f", "copy.ps1"]
56+
CMD ["pwsh", "-f", "copy.ps1"]

0 commit comments

Comments
 (0)