-
Notifications
You must be signed in to change notification settings - Fork 950
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
bugfix: add default tag ":latest" when using pouch rmi to remove untagged container images. #1191
bugfix: add default tag ":latest" when using pouch rmi to remove untagged container images. #1191
Conversation
We found this is your first time to contribute to Pouch, @xiechengsheng |
This is on image side, could you help to review this? @fuweid And could you squash all three commits into a single one commit and sign off your single commit? @xiechengsheng |
354eb91
to
7871f0e
Compare
7871f0e
to
b95f57f
Compare
b95f57f
to
063f88c
Compare
@xiechengsheng Please execute command blow to fix conflict, thanks a lot
|
063f88c
to
f200212
Compare
18b5fdc
to
080d63f
Compare
@fuweid Could your review this pr? Thanks a lot 😊 |
Hi @xiechengsheng , sorry for the late reply. For the
Based on the user cases, I don't think we should separate Please let me know if you have any ideas about this part. Thank you! Sorry for the late reply again. |
@fuweid Thanks for your apply~
Looking forward to your apply~ |
080d63f
to
6d971ea
Compare
6d971ea
to
9eb3177
Compare
@xiechengsheng Thanks for your contribution. 🍻 |
Codecov Report
@@ Coverage Diff @@
## master #1191 +/- ##
==========================================
- Coverage 15.68% 15.68% -0.01%
==========================================
Files 171 171
Lines 10408 10411 +3
==========================================
Hits 1633 1633
- Misses 8655 8658 +3
Partials 120 120
|
Hi @xiechengsheng , Thanks for your effort! The repo name can be composed of name, tag and digest. We have plan to support digest part and tag function. For now, LGTM. But, could you mind to update the PR title and commit message? thanks |
LGTM |
@xiechengsheng Please Then i will merge this PR, thanks a lot again for your work |
LGTM. Thanks @xiechengsheng |
@xiechengsheng , welcome to contribute pouch. Thanks! |
Ⅰ. Describe what this PR did
add default tag ":latest" when using
pouch rmi
to remove untagged container images.Ⅱ. Does this pull request fix one issue?
fixes #1104
Ⅲ. Describe how you did it
just use the same way as
pouch pull
Ⅳ. Describe how to verify it
frist, pull some images:
then, just remove them:
Ⅴ. Special notes for reviews