We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc30afa + bc29735 commit 147bc28Copy full SHA for 147bc28
mybinder/templates/buildkit-pruner.yaml
@@ -26,7 +26,7 @@ spec:
26
- /bin/sh
27
- -c
28
- |
29
- docker image prune ---force -all && \
+ docker image prune ---force --all && \
30
docker builder prune --force --all --keep-storage={{ .Values.buildkitPruner.buildkitCacheSize }} && \
31
docker system df
32
volumeMounts:
0 commit comments