|
@@ -179,7 +179,6 @@ RUN set -x \
|
|
# Install notary and notary-server
|
|
# Install notary and notary-server
|
|
ENV NOTARY_VERSION v0.3.0
|
|
ENV NOTARY_VERSION v0.3.0
|
|
RUN set -x \
|
|
RUN set -x \
|
|
- && export GO15VENDOREXPERIMENT=1 \
|
|
|
|
&& export GOPATH="$(mktemp -d)" \
|
|
&& export GOPATH="$(mktemp -d)" \
|
|
&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
|
|
&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
|
|
&& (cd "$GOPATH/src/github.com/docker/notary" && git checkout -q "$NOTARY_VERSION") \
|
|
&& (cd "$GOPATH/src/github.com/docker/notary" && git checkout -q "$NOTARY_VERSION") \
|