Skip to content

Commit

Permalink
Move flannel to the latest commit
Browse files Browse the repository at this point in the history
To have dualstack support

Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Sep 29, 2021
1 parent f19bc52 commit 2c829cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG ARCH="amd64"
ARG K3S_ROOT_VERSION="v0.8.1"
ADD https://github.com/rancher/k3s-root/releases/download/${K3S_ROOT_VERSION}/k3s-root-xtables-${ARCH}.tar /opt/xtables/k3s-root-xtables.tar
RUN tar xvf /opt/xtables/k3s-root-xtables.tar -C /opt/xtables
ARG TAG="v0.14.0"
ARG TAG="fca1560c91cc44f3c15355b0c2de431a2b7dbf23"
ARG PKG="github.com/flannel-io/flannel"
ARG SRC="github.com/flannel-io/flannel"
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
Expand Down

0 comments on commit 2c829cc

Please sign in to comment.