Clean images after updates

This commit is contained in:
Ohad Livne 2025-12-31 01:13:51 +02:00
parent c0740c39f8
commit 3d40752a91
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -24,9 +24,11 @@ git_sync_update() {
} }
podman_update() { podman_update() {
echo Updating podman images... echo Updating container service images...
podman auto-update podman auto-update
podman --transient-store auto-update podman --transient-store auto-update
echo Removing dangling images...
podman image prune --force
} }
apt_update apt_update