Browse code

Merge pull request #28888 from endophage/notary0.5.0

updating notary to released 0.5.0 version

Brian Goff authored on 2016/12/22 03:44:18
Showing 5 changed files
... ...
@@ -180,7 +180,7 @@ RUN set -x \
180 180
 	&& rm -rf "$GOPATH"
181 181
 
182 182
 # Install notary and notary-server
183
-ENV NOTARY_VERSION v0.4.2
183
+ENV NOTARY_VERSION v0.5.0
184 184
 RUN set -x \
185 185
 	&& export GOPATH="$(mktemp -d)" \
186 186
 	&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
... ...
@@ -118,7 +118,7 @@ RUN set -x \
118 118
 	&& rm -rf "$GOPATH"
119 119
 
120 120
 # Install notary and notary-server
121
-ENV NOTARY_VERSION v0.4.2
121
+ENV NOTARY_VERSION v0.5.0
122 122
 RUN set -x \
123 123
 	&& export GOPATH="$(mktemp -d)" \
124 124
 	&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
... ...
@@ -126,7 +126,7 @@ RUN set -x \
126 126
 	&& rm -rf "$GOPATH"
127 127
 
128 128
 # Install notary and notary-server
129
-ENV NOTARY_VERSION v0.4.2
129
+ENV NOTARY_VERSION v0.5.0
130 130
 RUN set -x \
131 131
 	&& export GOPATH="$(mktemp -d)" \
132 132
 	&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
... ...
@@ -131,7 +131,7 @@ RUN set -x \
131 131
 	&& rm -rf "$GOPATH"
132 132
 
133 133
 # Install notary and notary-server
134
-ENV NOTARY_VERSION v0.4.2
134
+ENV NOTARY_VERSION v0.5.0
135 135
 RUN set -x \
136 136
 	&& export GOPATH="$(mktemp -d)" \
137 137
 	&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
... ...
@@ -124,7 +124,7 @@ RUN set -x \
124 124
 	&& rm -rf "$GOPATH"
125 125
 
126 126
 # Install notary and notary-server
127
-ENV NOTARY_VERSION v0.4.2
127
+ENV NOTARY_VERSION v0.5.0
128 128
 RUN set -x \
129 129
 	&& export GOPATH="$(mktemp -d)" \
130 130
 	&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \