Skip to content

Commit 77506a9

Browse files
authored
Merge pull request #3252 from rgaiacs/fix-docker-prune
Fix typo by remove extra - in docker call
2 parents 147bc28 + d0588fc commit 77506a9

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)