-
Notifications
You must be signed in to change notification settings - Fork 177
Conversation
Signed-off-by: Jean-Christophe Sirot <[email protected]>
1768d47
to
e82ec43
Compare
Codecov Report
@@ Coverage Diff @@
## master #740 +/- ##
=====================================
Coverage 70% 70%
=====================================
Files 64 64
Lines 3600 3600
=====================================
Hits 2520 2520
Misses 757 757
Partials 323 323 Continue to review full report at Codecov.
|
Signed-off-by: Jean-Christophe Sirot <[email protected]>
e82ec43
to
26cc7d3
Compare
if len(b.refsMap[id]) == 0 { | ||
return fmt.Errorf("no such image %q", reference.FamiliarString(ref)) | ||
} else if len(b.refsMap[id]) > 1 { | ||
return fmt.Errorf("unable to delete %q - App is referenced in multiple repositories", reference.FamiliarString(ref)) |
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.
Should we tell the user which repositories?
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.
the docker image rm
command does not do it
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.
LGTM
- What I did
Fix the
docker app image rm <id>
command with the following behavior- A picture of a cute animal (not mandatory)