imageTag truncated when private repo name contains port number #831
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
Consider the image name
artifactorytest.mycompany.com:443/docker-virtual/image1
and the kustomization
`images:
newTag: v2019.1`
When I run kustomize build, it truncates the image name at the port number and applies the tag, resulting in
artifactorytest.mycompany.com:v2019.1
Tested with kustomize 2.0.2
The text was updated successfully, but these errors were encountered: