Skip to content
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

Closed
berndtj opened this issue Oct 18, 2018 · 3 comments
Closed

Can not pull from 10.x.x.x:5000/... insecure registry #405

berndtj opened this issue Oct 18, 2018 · 3 comments

Comments

@berndtj
Copy link

berndtj commented Oct 18, 2018

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

  • Dockerfile
    Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
  • Build Context
    Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
  • Kaniko Image (fully qualified with digest)
@gimler
Copy link

gimler commented Oct 24, 2018

I think it is fixed with #401

@berndtj
Copy link
Author

berndtj commented Oct 30, 2018

Confirmed, this is fixed.

@berndtj berndtj closed this as completed Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants