-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Consider the image name
artifactorytest.mycompany.com:443/docker-virtual/image1
and the kustomization
`images:
- name: artifactorytest.mycompany.com:443/docker-virtual/image1
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.