Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Parsing tag in images to when registry is specified does not work as expected #83

Open
MissingRoberto opened this issue May 8, 2018 · 0 comments

Comments

@MissingRoberto
Copy link

I was trying to use a local docker registry listening on localhost:5000 and I discovered that I couldn't use the client with images which name contains the port:

Eg: localhost:5000/jszroberto/bazel-test

The reason is that the code identifies everything after the colon as the image tag.

Error:

Invalid tag: 5000/jszroberto/bazel-test, acceptable characters include:

Related to bazelbuild/rules_k8s#131 (comment)

@MissingRoberto MissingRoberto changed the title Parsing tag in images to where port is specified does not work as expected Parsing tag in images to when registry is specified does not work as expected May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant