[wip] integration: do not pull from Docker Hub#259
[wip] integration: do not pull from Docker Hub#259runcom wants to merge 1 commit intocontainers:masterfrom
Conversation
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
85d1255 to
f13e5ce
Compare
| @@ -0,0 +1,121 @@ | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
we'll likely remove this as well once we have docker-archive transport and directly use skopeo probably
There was a problem hiding this comment.
We've now had docker-archive for a while, so we can drop this. 😉
|
This doesn’t actually remove any Hub references from the tests yet, does it? |
not yet, waiting on the |
|
If I understand correctly, the idea is to use that shell script → If so, why not just do |
|
@mtrmac we don't have skopeo copy docker-archive:/localimage.tar docker://testregistry.com:5000/busybox:latest |
|
Oops, that was stupid of me. In that case, we could also use |
|
👍 However we have to make sure that that |
of course, yes |
|
Is this pull request still something we are considering? |
|
@runcom Either update this or close it. |
Dockerfileby removing registry V1 since we don't support it at allWhen containers/image#148 is merged - we'll load images on the test registries when the test suites come up.
@mtrmac PTAL
Signed-off-by: Antonio Murdaca runcom@redhat.com