Skip to content

Commit

Permalink
Add flannel and cni-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeng committed Mar 12, 2020
1 parent 2d3edf3 commit 74dd056
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,3 +1,4 @@
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
RUN wget -O /cni-plugins-windows-amd64.tgz https://github.com/containernetworking/plugins/releases/download/v0.8.5/cni-plugins-windows-amd64-v0.8.5.tgz
1 change: 1 addition & 0 deletions Dockerfile-Windows
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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
RUN curl -L -o C:\ProgramData\cni-plugins-windows-amd64.tgz https://github.com/containernetworking/plugins/releases/download/v0.8.5/cni-plugins-windows-amd64-v0.8.5.tgz

0 comments on commit 74dd056

Please sign in to comment.