Prune all unused images

This commit is contained in:
Wojciech Kozlowski 2023-11-06 05:22:29 +01:00
parent 3757abfa39
commit 0777eabb99

View File

@ -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