You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: