Skip to content

Commit 147bc28

Browse files
authored
Merge pull request #3250 from yuvipanda/prune-2
Fix typo
2 parents dc30afa + bc29735 commit 147bc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybinder/templates/buildkit-pruner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- /bin/sh
2727
- -c
2828
- |
29-
docker image prune ---force -all && \
29+
docker image prune ---force --all && \
3030
docker builder prune --force --all --keep-storage={{ .Values.buildkitPruner.buildkitCacheSize }} && \
3131
docker system df
3232
volumeMounts:

0 commit comments

Comments
 (0)