klesh commented on issue #4785: URL: https://github.com/apache/incubator-devlake/issues/4785#issuecomment-1491461892
> Yeah, I appreciate this is very much of a "nice to have" for me as well as being a very big impact for you with how you build things. > > Sounds like @keon94 has some ideas in #4805 though. It doesn't seem to be related IMO. 1. We should be updating the `latest` tag on the docker hub to the latest `Prod` image or there is a bug. It is not related to a more stable `nightly`(`main`/`dev`) that I was talking about. 2. It is easy to set up an auto-build that releases a `nightly` docker image, but it is hard to guarantee the quality of the build. One more thing to note: depending on how you configure the `PullPolicy`, using the same tag name (e.g. `nightly`) can be unreliable and dangerous, either not using the latest image or the auto-updated image breaking your local setup. I stop using the `latest` tag on my home server because sometimes I lost track of which version the container is using, not a good idea in the long run. 🥲 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
