You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Related to bazelbuild/rules_k8s#131 (comment)
The text was updated successfully, but these errors were encountered: