Conversation
|
@jfrazelle can I haz test, please? :) |
|
ya I am thinking about the best way without waiting for a huge image to download |
db2d75e to
3d0e55e
Compare
|
ok @tiborvass test added |
|
I presume this needs docs updates? |
3d0e55e to
b49d1fc
Compare
|
@SvenDowideit added something, a bit unsure about wording |
b49d1fc to
246e443
Compare
|
@unclejack @LK4D4 if you guys have better ideas for the test. Do you think we should add a test relying on internet or should we not have a test for now? |
|
I would rather skip the test than rely on network |
246e443 to
07e5b98
Compare
|
Actually I think our tests not work without network anyway now :/ Pull tests in particular test pull on central registry. |
|
Okay, then apologies @jfrazelle :S Maybe we should just put a FIXME to remind us to put a test. |
|
np! i will update |
07e5b98 to
718530a
Compare
|
updated! |
|
First of all, thanks for picking this up, Jessie, much appreciated! I've got a couple of remarks/questions
(Note; I'm not a Go-programmer, I try to follow the code changes, but I may of course have interpreted them incorrectly :)) |
|
|
Well, erm, then, let me summarise ....... Awesome! Yup, that about covers it 😸 |
|
LGTM |
718530a to
0f5ce35
Compare
|
Docs LGTM |
There was a problem hiding this comment.
will this debian:testing == debian:jessie always hold true? If not, I'd prefer an example that will always be true.
There was a problem hiding this comment.
That's not even true right now, let alone in the future...
There was a problem hiding this comment.
Lol I can fix it
On Sep 25, 2014 8:38 AM, "Tianon Gravi" notifications@github.com wrote:
In docs/sources/reference/commandline/cli.md:
$ sudo docker pull debian:testing
will pull only the image named debian:testing and any intermediate layers
it is based on. (Typically the empty
scratchimage, a MAINTAINER layer,will pull the image named debian:testing, debian:jessie
That's not even true right now, let alone in the future...
—
Reply to this email directly or view it on GitHub
https://github.com/docker/docker/pull/8193/files#r18039420.
There was a problem hiding this comment.
i don't know what a good example would be that wouldn't become obsolete at some point.
There was a problem hiding this comment.
Maybe "trusty" and "14.04"? It will become obsolete eventually, but won't
ever be incorrect.
There was a problem hiding this comment.
ah genius changing!!
0f5ce35 to
62d3245
Compare
|
I'm fine with "alias". I tried, but I can't think of a better term. LGTM from docs. |
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
62d3245 to
7d74be1
Compare
|
LGTM |
…or-id Pull all image aliases for id
Pull all image aliases for id.
Closes #8141.
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle jess@docker.com (github: jfrazelle)