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

imageTag truncated when private repo name contains port number #831

Closed
acheaito opened this issue Feb 28, 2019 · 1 comment
Closed

imageTag truncated when private repo name contains port number #831

acheaito opened this issue Feb 28, 2019 · 1 comment
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.

Comments

@acheaito
Copy link

acheaito commented Feb 28, 2019

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

@Liujingfang1 Liujingfang1 added kind/bug Categorizes issue or PR as related to a bug. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Feb 28, 2019
k8s-ci-robot added a commit that referenced this issue Mar 4, 2019
Fix for #831 - Ignore domain when finding the image tag
@Liujingfang1
Copy link
Contributor

Should be fixed by #837

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants