-
Notifications
You must be signed in to change notification settings - Fork 900
[wip] integration: do not pull from Docker Hub #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Antonio Murdaca <[email protected]>
85d1255 to
f13e5ce
Compare
| @@ -0,0 +1,121 @@ | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 [email protected]