We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support of --all for builder_cache (Remove all unused build cache, not just dangling ones)
--all
community.docker.docker_prune
I would like to use this component to prune all builder cache, like the --all option in docker builder prune
- name: "Remove builder cache" community.docker.docker_prune: builder_cache: true builder_cache_all: true register: result
The text was updated successfully, but these errors were encountered:
I've implemented this (and a bit more) in #845.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
SUMMARY
Support of
--all
for builder_cache (Remove all unused build cache, not just dangling ones)ISSUE TYPE
COMPONENT NAME
community.docker.docker_prune
ADDITIONAL INFORMATION
I would like to use this component to prune all builder cache, like the
--all
option in docker builder pruneThe text was updated successfully, but these errors were encountered: