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 147bc28 + d0588fc commit 77506a9Copy full SHA for 77506a9
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