Clean images after updates
This commit is contained in:
parent
c0740c39f8
commit
3d40752a91
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue