Auto Update Podman Quadlet Images
jaysherby.com·20h
Flag this post

Jay’s blog

Home Résumé Blog

  • 02 Nov, 2025 *

I recently wrote about moving from Docker Compose to Podman Quadlets. I haven’t had any issues with the configuration so far, but I did make one change today.

My old setup made it easy to pull newer versions of images when I wanted by running docker compose down followed by docker compose up --pull=always -d to actually pull new images and restart the services. It was a manual process, but it was easy.

Today, I looked into how I’d accomplish the equivalent action for my Podman Quadlets. It turns out that Podman has a fancy way to do this more or less automatic…

Similar Posts

Loading similar posts...