-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
oc import-image --from=registry cross-cross:latest --confirm --insecure #9730
Comments
When working on this please add following test:
which is failing right now. |
The |
IMHO the problem here is that the registry is trying to pullthrough from itself. Using the importer which is invoked with |
This is blocked by #9758. We can't implement that without the option to specify multiple secrets. |
#17238 should be addressed when fixing this. |
@soltysh @miminar why do we need multiple secrets to resolve this? Can one of you provide an updated summary of exactly what scenario is broken? What I am seeing is:
I would assume the issue here is simply that the docker secret that the importer picked up from my second project doesn't have access to the first project. Is there something deeper? |
Sorry, I can't remember a thing 😢 I'll defer to @miminar since he's still playing with images and registry. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/lifecycle frozen |
While working on cherry picking #9580 I was invoking:
For some reason
--insecure
flag was not applied to the created Image Stream.The text was updated successfully, but these errors were encountered: