Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Update to CNI plugins 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Apr 19, 2017
1 parent 5477466 commit 2ed1da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAINTAINER Marc Villacorta Morera <[email protected]>
# Environment variables:
#------------------------------------------------------------------------------

ENV VERSION="v0.5.0" \
ENV VERSION="v0.5.2" \
CGO_ENABLED="0"

#------------------------------------------------------------------------------
Expand All @@ -19,7 +19,7 @@ ENV VERSION="v0.5.0" \
RUN apk add --no-cache -U -t deps git go bash musl-dev \
&& git clone https://github.com/containernetworking/cni.git \
&& cd cni && git checkout tags/${VERSION} -b build \
&& ./build && mkdir /cni-plugins; mv bin/* /cni-plugins \
&& ./build.sh && mkdir /cni-plugins; mv bin/* /cni-plugins \
&& apk del --purge deps && rm -rf /cni /var/cache/apk/*

#------------------------------------------------------------------------------
Expand Down

0 comments on commit 2ed1da7

Please sign in to comment.