-
Notifications
You must be signed in to change notification settings - Fork 814
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
[docker] Improve the way we extract image name and tag #2071
Conversation
Thanks. |
bf65e56
to
eaf1ea0
Compare
34031a0
to
73e121d
Compare
({'Image': 'nginx:latest'}, ['nginx', 'latest']), | ||
({'Image': 'localhost/nginx:latest'}, ['localhost/nginx', 'latest']), | ||
({'Image': 'localhost:5000/nginx:latest'}, ['localhost:5000/nginx', 'latest']), | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add tests with RepoTags
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yessir!
Added my feedback. |
73e121d
to
8debbf1
Compare
Thanks @yannmh I fixed a bunch of things and replied to your other comments, let me know what you think. |
Feel free to merge 🌵 |
[docker] Improve the way we extract image name and tag
No description provided.