Browse code

updating notary to released 0.5.0 version Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)

David Lawrence authored on 2016/11/29 03:29:17
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" \
... ...
@@ -141,7 +141,7 @@ RUN set -x \
141 141
 	&& rm -rf "$GOPATH"
142 142
 
143 143
 # Install notary and notary-server
144
-ENV NOTARY_VERSION v0.4.2
144
+ENV NOTARY_VERSION v0.5.0
145 145
 RUN set -x \
146 146
 	&& export GOPATH="$(mktemp -d)" \
147 147
 	&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \
... ...
@@ -133,7 +133,7 @@ RUN set -x \
133 133
 	&& rm -rf "$GOPATH"
134 134
 
135 135
 # Install notary and notary-server
136
-ENV NOTARY_VERSION v0.4.2
136
+ENV NOTARY_VERSION v0.5.0
137 137
 RUN set -x \
138 138
 	&& export GOPATH="$(mktemp -d)" \
139 139
 	&& git clone https://github.com/docker/notary.git "$GOPATH/src/github.com/docker/notary" \