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

Bug: docker image not include tag #144

Open
waynerv opened this issue Jun 8, 2023 · 0 comments
Open

Bug: docker image not include tag #144

waynerv opened this issue Jun 8, 2023 · 0 comments

Comments

@waynerv
Copy link

waynerv commented Jun 8, 2023

for example gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 will only match gcr.io/kubebuilder/kube-rbac-proxy, in most cases image should work with tag.

also I found the hint did't start with first character in some case:

❯ echo gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1

after enable hint:

❯ echo gcecr.io/kubebuilder/kube-rbac-proxy0.13.1
wcr.io/kubebuilder/kube-rbac-proxy:v0.13.1

second line works correctly(wcr), the hint in first line is wrong (gcecr) however it will copy the right words.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant