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

docker_image resource: properly handle registries in image strings #2356

Merged
merged 1 commit into from
Dec 1, 2017

Conversation

adamleff
Copy link
Contributor

When supplying a docker image that contains a registry with a port number, such as localhost:5000/chef/inspec:1.46.3, the docker_image resource was unable to locate the image in question due to incorrect parsing of the repository and tag.

Fixes #2352

@adamleff adamleff requested a review from a team as a code owner November 30, 2017 18:48
When supplying a docker image that contains a registry with a port number,
such as `localhost:5000/chef/inspec:1.46.3`, the docker_image resource
was unable to locate the image in question due to incorrect parsing
of the repository and tag.

Signed-off-by: Adam Leff <[email protected]>
@adamleff adamleff force-pushed the adamleff/docker-registry-port branch from fbe82f1 to a067000 Compare November 30, 2017 18:50
Copy link
Contributor

@chris-rock chris-rock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @adamleff

@chris-rock chris-rock merged commit 3ffaee9 into master Dec 1, 2017
@chris-rock chris-rock deleted the adamleff/docker-registry-port branch December 1, 2017 09:24
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

Successfully merging this pull request may close these issues.

2 participants