Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: auto update services #10

Open
lagartoverde opened this issue Sep 30, 2020 · 0 comments
Open

Feature: auto update services #10

lagartoverde opened this issue Sep 30, 2020 · 0 comments

Comments

@lagartoverde
Copy link

lagartoverde commented Sep 30, 2020

This issue is closely related to #7.

Basically you would be able to add a label in your docker-compose file to autoupdate the services. When you run the update command we will ask docker-hub for the latest version of those images and update them if needed

Bonus point: Updates can be customized based on semi-version releases, you could add labels like 'update-patch', 'update-minor' and 'update-major', so they will only be updated on versions of this caliber or less, for example a service with 'update-minor' won't be updated from 3.0.0 to 4.0.0 but it will to 3.1.0 or 3.0.1

@madnificent madnificent changed the title Hacktoberfest 2020 - Auto update services Feature: auto update services May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant