Browse code

Update frozen busybox and hello-world images

These have both been updated to no longer include the empty "scratch" layer, and `hello-world` has a fix for http->https.

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>

Tianon Gravi authored on 2015/06/19 09:09:57
Showing 1 changed files
... ...
@@ -163,8 +163,8 @@ RUN ln -sv $PWD/contrib/completion/bash/docker /etc/bash_completion.d/docker
163 163
 # Get useful and necessary Hub images so we can "docker load" locally instead of pulling
164 164
 COPY contrib/download-frozen-image.sh /go/src/github.com/docker/docker/contrib/
165 165
 RUN ./contrib/download-frozen-image.sh /docker-frozen-images \
166
-	busybox:latest@4986bf8c15363d1c5d15512d5266f8777bfba4974ac56e3270e7760f6f0a8125 \
167
-	hello-world:frozen@e45a5af57b00862e5ef5782a9925979a02ba2b12dff832fd0991335f4a11e5c5 \
166
+	busybox:latest@8c2e06607696bd4afb3d03b687e361cc43cf8ec1a4a725bc96e39f05ba97dd55 \
167
+	hello-world:frozen@91c95931e552b11604fea91c2f537284149ec32fff0f700a4769cfd31d7696ae \
168 168
 	jess/unshare@5c9f6ea50341a2a8eb6677527f2bdedbf331ae894a41714fda770fb130f3314d
169 169
 # see also "hack/make/.ensure-frozen-images" (which needs to be updated any time this list is)
170 170