You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the source, it appears that the command doesn't make any reference to the 'all' parameter.
Behaviour
Steps to reproduce this issue
run 'diun image remove --help' - observe '--all' option
run 'diun image remote --all' - error reported about missing 'image' parameter
Expected behaviour
All images should be removed
Actual behaviour
diun image remove --help
Usage: diun image remove --image=STRING
Remove an image manifest from database.
Flags:
-h, --help Show context-sensitive help.
--version
--grpc-authority="127.0.0.1:42286"
Link to Diun gRPC API.
--image=STRING Image to remove.
--all Remove all manifests from the database.
diun image remove --all
Usage: diun image remove --image=STRING
Remove an image manifest from database.
Run "diun image remove --help" for more information.
diun: error: missing flags: --image=STRING
The text was updated successfully, but these errors were encountered:
adhawkins
changed the title
diun image remove --all command appear to have no effect
diun image remove --all command appears to have no effect
Aug 30, 2021
Ok, it's no big deal. I was just experimenting with a few things and spotted that command. Thought I'd post a reminder that you haven't implemented it yet. Perhaps at least remove it from the help until it actually does something?
Looking at the source, it appears that the command doesn't make any reference to the 'all' parameter.
Behaviour
Steps to reproduce this issue
Expected behaviour
All images should be removed
Actual behaviour
Configuration
uname -a
) : Linux 094deddb02ec 4.19.0-14-amd64 FeatureRequest: Can diun if it has an update target container function use docker labels? #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 LinuxThe text was updated successfully, but these errors were encountered: