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

Automate new docker releases #268

Open
luckydonald opened this issue Mar 28, 2024 · 1 comment
Open

Automate new docker releases #268

luckydonald opened this issue Mar 28, 2024 · 1 comment

Comments

@luckydonald
Copy link
Contributor

luckydonald commented Mar 28, 2024

Description

It kinda sucks that it takes about another week until a new docker release is available as someone has to bump the version manually and that has to go through a release process.

Especially since it's most of the time just a simple one line change.

I'd rather have it automatically (update that line and) build a container and push that, instead of waiting for people to manually update it.
Even if that comes with the risk of some dependency (e.g. apt-get install stuff) being broken as nobody is actually looking at the builds. But if that happens we can always fix it manually again, as we did in the past.

luckydonald added a commit to luckydonald-forks/anonaddy-docker that referenced this issue Mar 28, 2024
I'd like this to be automated, see anonaddy#268.
@luckydonald luckydonald changed the title Automate new releases Automate new docker releases Mar 28, 2024
@crazy-max
Copy link
Member

crazy-max commented Mar 28, 2024

It needs testing before releasing, we can't blindly bump and push. If we can provide e2e tests, then we could consider it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants