Commit ac7004a
committed
Unquote dangling image IDs to fix docker rmi cleanup
docker rmi --force "$(...)" quotes the list of dangling image IDs, which can
collapse multiple IDs into a single argument and prevent cleanup from working
correctly. Collect the IDs and pass them as separate arguments.1 parent b050843 commit ac7004a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments