X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker-build%2Fcni-builder%2FDockerfile;h=c00d157331753d4ee892e4ec715986574fe8cf2a;hb=8f14235fc30884703b7688be407cad5a383eb75f;hp=d6cb0d7cd410516d62946c35a2bf31aa1572f7dc;hpb=8e53059aed6a7fdde34149893f05552aca3ed89a;p=ta%2Fcaas-danm.git diff --git a/docker-build/cni-builder/Dockerfile b/docker-build/cni-builder/Dockerfile index d6cb0d7..c00d157 100644 --- a/docker-build/cni-builder/Dockerfile +++ b/docker-build/cni-builder/Dockerfile @@ -49,7 +49,8 @@ RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n && mkdir -p $GOPATH/src/github.com/nokia \ && git clone https://github.com/nokia/danm.git $GOPATH/src/github.com/nokia/danm \ && cd $GOPATH/src/github.com/nokia/danm \ -&& git checkout ${NETWATCHER_VERSION} \ +&& git fetch --tags \ +&& git checkout ${DANM_VERSION} \ && glide install --strip-vendor \ && go get -d github.com/vishvananda/netlink \ && go get github.com/containernetworking/plugins/pkg/ns \