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

Automation for updates #7

Open
AJDurant opened this issue Sep 15, 2022 · 4 comments
Open

Automation for updates #7

AJDurant opened this issue Sep 15, 2022 · 4 comments

Comments

@AJDurant
Copy link
Owner

At the moment I follow the moby releases RSS feed, and update the package when a new release is made.

It should be straightforward to automate this - or even just to script updating and validating the checksum and version number.

@viceice
Copy link
Contributor

viceice commented Sep 16, 2022

renovate can probably do this for you. But it seems you would need to self-host and use a post upgrade task to update the checksum.

Alternatively you could use a github action to update the checksum ontop the renovate PR. you can configure renovate to ignore that commit, so it can update the PR if required.

@viceice
Copy link
Contributor

viceice commented Feb 3, 2023

github release for v20.10.23 is missing and docker v23 was released 😉

@AJDurant
Copy link
Owner Author

AJDurant commented Feb 3, 2023

yeah, I'm currently reviewing v23

@viceice

This comment was marked as resolved.

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

2 participants