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

Fix image pull with private repo #25

Merged
merged 2 commits into from Oct 3, 2016
Merged

Conversation

dnephin
Copy link
Owner

@dnephin dnephin commented Oct 3, 2016

Fixes #24

  • adds a validation error if the image field includes a tag
  • sends the correct registry auth for private registries (kind of). It won't send the hub auth now. I'm not sure if setting v1 as the path is exactly right, or if it needs to check both v1 and v2 paths.

@dnephin
Copy link
Owner Author

dnephin commented Oct 3, 2016

cc @bfirsh this seems to fix the issue for me. I'll have to test some more with private registries that actually require auth

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
@dnephin dnephin force-pushed the fix-image-pull-with-private-repo branch from 68efced to 45217f5 Compare October 3, 2016 15:51
@dnephin dnephin added this to the 0.7 milestone Oct 3, 2016
@dnephin
Copy link
Owner Author

dnephin commented Oct 3, 2016

Tests are green so going to merge this

@dnephin dnephin merged commit 31f60b1 into master Oct 3, 2016
@dnephin dnephin deleted the fix-image-pull-with-private-repo branch October 3, 2016 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant