Skip to content

Commit

Permalink
Remove deprected preloaded docker hub images
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Jun 3, 2019
1 parent a6bcf81 commit 228d00d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,11 @@ ENV DOCKER_BUILDTAGS apparmor selinux btrfs_noversion
RUN ln -sfv $PWD/.bashrc ~/.bashrc

# Get useful and necessary Hub images so we can "docker load" locally instead of pulling
COPY contrib/download-frozen-image.sh /go/src/github.com/docker/docker/contrib/
RUN ./contrib/download-frozen-image.sh /docker-frozen-images \
busybox:latest@4986bf8c15363d1c5d15512d5266f8777bfba4974ac56e3270e7760f6f0a8125 \
hello-world:frozen@e45a5af57b00862e5ef5782a9925979a02ba2b12dff832fd0991335f4a11e5c5
# This is deprecated. The commit ids dont exist anymore. The v1 api does not work anymore as the download-frozen-image.sh uses it.
# COPY contrib/download-frozen-image.sh /go/src/github.com/docker/docker/contrib/
# RUN ./contrib/download-frozen-image.sh /docker-frozen-images \
# busybox:latest@4986bf8c15363d1c5d15512d5266f8777bfba4974ac56e3270e7760f6f0a8125 \
# hello-world:frozen@e45a5af57b00862e5ef5782a9925979a02ba2b12dff832fd0991335f4a11e5c5
# see also "hack/make/.ensure-frozen-images" (which needs to be updated any time this list is)

# Install man page generator
Expand Down

0 comments on commit 228d00d

Please sign in to comment.