-
Notifications
You must be signed in to change notification settings - Fork 7
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
Common way of parsing images: image:latest
is forbidden
#539
Conversation
The corner case |
maybe we need more tests on the commands ( |
Codecov Report
@@ Coverage Diff @@
## master #539 +/- ##
=========================================
+ Coverage 91.46% 91.77% +0.3%
=========================================
Files 39 40 +1
Lines 2941 3014 +73
Branches 384 391 +7
=========================================
+ Hits 2690 2766 +76
+ Misses 188 187 -1
+ Partials 63 61 -2
Continue to review full report at Codecov.
|
358d6a5
to
729351f
Compare
image:latest
is image://~/latest:latest
image:latest
is image://~/latest:latest
image:latest
is image://~/latest:latest
I prefer this variant. |
I prefer |
We can forbid the image named |
Good idea! added this check:
|
image:latest
is image://~/latest:latest
image:latest
is forbidden
@ajuszkowski please resolve the conflict. |
rebased |
Sorry for such a big PR: we need to support all the cases of local images, remote images in docker-hub and remote images in neuro-registry: