Created
November 25, 2015 13:35
-
-
Save psftw/cb954dfa4006dd610f8d to your computer and use it in GitHub Desktop.
bashbrew list and hub sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. docker pull a bunch of official repos | |
$ ./bashbrew.sh list --uniq debian ubuntu alpine ... | |
Tag not found: | |
java:openjdk-7u91-jdk | |
java:openjdk-7u91-jre | |
2. remove "--uniq" and docker pull again | |
Unexpected layers downloaded for: | |
python:3.2.6 | |
python:3.2.6-onbuild | |
python:3.4.3-slim | |
python:3.5.0-slim | |
registry:0.9.1 | |
Registry's 'latest' and '0.9.1' tags refer to the same git tag, but creates distinct image layers: | |
https://imagelayers.io/?images=registry:latest,registry:0.9.1 | |
Maybe a bug in --uniq wrt python? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
actually, "--uniq" works (how dare I question it!), and I found errors for the various python images during step 1, which magically resolved themselves in step 2:
f51db4b6bc22: Error pulling image (3.2.6) from docker.io/library/python, Server error: Status 503 while fetching image layer (6c18af1433a40841990fff5225d9e0a615d050819325884772a276875f75a30f)