summaryrefslogtreecommitdiff
path: root/app-containers/podman/files/podman-auto-update-5.0.0_rc4.cron
blob: d0a0fb54b1066b3e25a88476c7cde576958a83b0 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e

# mimicking behaviour of podman-auto-update.service
if [ -x /usr/bin/podman ]; then
   /usr/bin/podman auto-update && /usr/bin/podman image prune -f
fi