Skip to content

Instantly share code, notes, and snippets.

@ekristen
Created June 6, 2014 21:03
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 ekristen/650a39868891fee94367 to your computer and use it in GitHub Desktop.
Save ekristen/650a39868891fee94367 to your computer and use it in GitHub Desktop.
$ sudo salt '*minion*' docker.pull index.private.io/my/image --timeout 300
myminionhost:
----------
comment:
Image index.private.io/my/image was pulled (bf476425448e5b607c629f6ae05cd53a58e22b548d4a7ac270a816a585b26f19)
id:
bf476425448e5b607c629f6ae05cd53a58e22b548d4a7ac270a816a585b26f19
out:
----------
- id:
ffdabd95c735
- progressDetail:
----------
- status:
Download complete
----------
- id:
ffdabd95c735
- progressDetail:
----------
- status:
Download complete
----------
- id:
94821681186b
- progressDetail:
----------
- status:
Download complete
----------
- id:
052fcf763c45
- progressDetail:
----------
- status:
Download complete
----------
- id:
ed67ba6fc6c9
- progressDetail:
----------
- status:
Download complete
----------
- id:
083024b9e0bf
- progressDetail:
----------
- status:
Download complete
----------
- id:
aa76e4645a10
- progressDetail:
----------
- status:
Download complete
----------
- id:
3dd8a78fc804
- progressDetail:
----------
- status:
Download complete
----------
- id:
59de1bd0a99d
- progressDetail:
----------
- status:
Download complete
----------
- id:
583d715a2d84
- progressDetail:
----------
- status:
Download complete
----------
- id:
33653889f5a2
- progressDetail:
----------
- status:
Download complete
----------
- id:
d186a2c99e1a
- progressDetail:
----------
- status:
Download complete
----------
- id:
2c6e16f83757
- progressDetail:
----------
- status:
Download complete
----------
- id:
fcfa9d164a23
- progressDetail:
----------
- status:
Download complete
----------
- id:
502fda49006c
- progressDetail:
----------
- status:
Download complete
----------
- id:
2e1fbb9888be
- progressDetail:
----------
- status:
Download complete
----------
- id:
0986154da689
- progressDetail:
----------
- status:
Download complete
----------
- id:
c1820a67945d
- progressDetail:
----------
- status:
Download complete
----------
- id:
272215e0bafb
- progressDetail:
----------
- status:
Download complete
----------
- id:
74fe38d11401
- progressDetail:
----------
- status:
Download complete
----------
- id:
5dbd9cb5a02f
- progressDetail:
----------
- status:
Download complete
----------
- id:
82cdea7ab5b5
- progressDetail:
----------
- status:
Download complete
----------
- id:
f10ebce2c0e1
- progressDetail:
----------
- status:
Download complete
----------
- id:
511136ea3c5a
- progressDetail:
----------
- status:
Download complete
----------
- id:
ffdabd95c735
- progressDetail:
----------
- status:
Pulling dependent layers
----------
- id:
bf476425448e
- progressDetail:
----------
- status:
Download complete
----------
- id:
bf476425448e
- progressDetail:
----------
- status:
Download complete
----------
- id:
42733e580c56
- progressDetail:
----------
- status:
Download complete
----------
- id:
0cd905a7fcf7
- progressDetail:
----------
- status:
Download complete
----------
- id:
fb0e033ac571
- progressDetail:
----------
- status:
Download complete
----------
- id:
df569f7fa9d9
- progressDetail:
----------
- status:
Download complete
----------
- id:
7febbb10d375
- progressDetail:
----------
- status:
Download complete
----------
- id:
5b6c53c47b10
- progressDetail:
----------
- status:
Download complete
----------
- id:
df6dc5beab7d
- progressDetail:
----------
- status:
Download complete
----------
- id:
b6eecf249b66
- progressDetail:
----------
- status:
Download complete
----------
- id:
3417ca3af768
- progressDetail:
----------
- status:
Download complete
----------
- id:
b49cfa9bcc3f
- progressDetail:
----------
- status:
Download complete
----------
- id:
f58e613d3143
- progressDetail:
----------
- status:
Download complete
----------
- id:
7fe85372b033
- progressDetail:
----------
- status:
Download complete
----------
- id:
d20634279e15
- progressDetail:
----------
- status:
Download complete
----------
- id:
bc0e2b178e51
- progressDetail:
----------
- status:
Download complete
----------
- id:
0e162806154c
- progressDetail:
----------
- status:
Download complete
----------
- id:
6ac3061b8517
- progressDetail:
----------
- status:
Download complete
----------
- id:
74fe38d11401
- progressDetail:
----------
- status:
Download complete
----------
- id:
5dbd9cb5a02f
- progressDetail:
----------
- status:
Download complete
----------
- id:
82cdea7ab5b5
- progressDetail:
----------
- status:
Download complete
----------
- id:
f10ebce2c0e1
- progressDetail:
----------
- status:
Download complete
----------
- id:
511136ea3c5a
- progressDetail:
----------
- status:
Download complete
----------
- id:
bf476425448e
- progressDetail:
----------
- status:
Pulling dependent layers
----------
- id:
bf476425448e
- progressDetail:
----------
- status:
Pulling image (prod) from index.private.io/my/image, endpoint: https://registry.private.io/v1/
----------
- id:
bf476425448e
- progressDetail:
----------
- status:
Pulling image (prod) from index.private.io/my/image
----------
- id:
ffdabd95c735
- progressDetail:
----------
- status:
Pulling image (prod) from index.private.io/my/image, endpoint: https://registry.private.io/v1/
----------
- id:
ffdabd95c735
- progressDetail:
----------
- status:
Pulling image (prod) from index.private.io/my/image
-
-
-
----------
- status:
Pulling repository index.private.io/my/image
status:
True
$ sudo salt '*minion*' docker.pull index.private.io/my/image --timeout 300
myminion:
----------
comment:
An error occurred pulling your image
id:
None
out:
{"status":"Pulling repository index.private.io/my/image"}
{"errorDetail":{"message":"HTTP code: 403"},"error":"HTTP code: 403"}
status:
False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment