Details
Description
The docker `prune` commands used in the Jenkins builds only remove the dangling images. What we are expecting is to remove the unused ones as well.
The commands currently used are missing the option `-a | --all`.
The docker `prune` commands used in the Jenkins builds only remove the dangling images. What we are expecting is to remove the unused ones as well.
The commands currently used are missing the option `-a | --all`.