Skip to content

Commit

Permalink
K8s v1.15.10 Flanneld 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeng committed Mar 10, 2020
1 parent 1ed0548 commit 2d3edf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-Linux
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FROM alpine
RUN wget -O /kubernetes-node-windows-amd64.tar.gz https://dl.k8s.io/RELEASE_VERSION/kubernetes-node-windows-amd64.tar.gz
RUN wget -O /flannel-windows-amd64.tar.gz https://github.com/coreos/flannel/releases/download/v0.11.0/flannel-v0.11.0-windows-amd64.tar.gz
1 change: 1 addition & 0 deletions Dockerfile-Windows
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FROM mcr.microsoft.com/windows/nanoserver:1809
RUN curl -L -o C:\ProgramData\kubernetes-node-windows-amd64.tar.gz https://dl.k8s.io/RELEASE_VERSION/kubernetes-node-windows-amd64.tar.gz
RUN curl -L -o C:\ProgramData\flannel-windows-amd64.tar.gz https://github.com/coreos/flannel/releases/download/v0.11.0/flannel-v0.11.0-windows-amd64.tar.gz

0 comments on commit 2d3edf3

Please sign in to comment.