Skip to content

Instantly share code, notes, and snippets.

@psftw
Created November 25, 2015 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psftw/cb954dfa4006dd610f8d to your computer and use it in GitHub Desktop.
Save psftw/cb954dfa4006dd610f8d to your computer and use it in GitHub Desktop.
bashbrew list and hub sync
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?
@psftw
Copy link
Author

psftw commented Nov 25, 2015

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment