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.
1 parent 4f49cc4 commit bc29735Copy full SHA for bc29735
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