Open source Docker image tagging strategies

With open source software, it’s not an easy task to strike the right balance between producing stable programs and having a decent base of testing users. This post explains how to best achieve this, and what conclusions resulted from the years I have been developing open source projects. Triggers for image tags The Git main branch (aka master) should be your base branch, and commits added to it should trigger a build with the :latest tag....

June 7, 2023 · 5 min · Quentin McGaw