Wowu / docker-rollout

🚀 Zero Downtime Deployment for Docker Compose
https://github.com/Wowu/docker-rollout
MIT License
2.18k stars 59 forks source link

Add option to run deploy only if image update available #7

Open arne-kroeger opened 1 year ago

arne-kroeger commented 1 year ago

This commit adds an option to run the deploy only if the referenced image has an update from remote.

This can be used to minimize load if update not necessary or script is running in crons.

c4710n commented 8 months ago

This would be more solid by comparing docker config --hash output and com.docker.compose.config-hash container label.

Two related links: