-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can not pull from 10.x.x.x:5000/... insecure registry #405
Comments
I think it is fixed with #401 |
Confirmed, this is fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual behavior
When building a container from a Dockerfile if the source is an insecure registry with an internal IP (cluster IP) the registry is treated as though it's secure (i.e. https). The --insecure flag applies to the destination (push) but not source.
Expected behavior
A 10.x address should be treated as insecure just like localhost and .local registries.
To Reproduce
Steps to reproduce the behavior:
Build any Dockerfile with a
FROM 10.x.x.x:5000/xxxx:xxx
Additional Information
Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
The text was updated successfully, but these errors were encountered: