Prune all unused images
This commit is contained in:
parent
3757abfa39
commit
0777eabb99
@ -6,7 +6,7 @@ Before=pod-service-auto-update.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/podman container prune -f
|
ExecStart=/usr/bin/podman container prune -f
|
||||||
ExecStart=/usr/bin/podman image prune -f
|
ExecStart=/usr/bin/podman image prune -a -f
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=pod-service-auto-update.service
|
WantedBy=pod-service-auto-update.service
|
||||||
|
Loading…
Reference in New Issue
Block a user