mendix / docker-mendix-buildpack

Build and Run Mendix in Docker
https://www.mendix.com
Apache License 2.0
87 stars 113 forks source link

Kill master branch? #179

Closed guenhter closed 1 year ago

guenhter commented 1 year ago

Hi,

it is confusing everytime when going to the github page and then realizing that the master branch is actually not really the master but just some legacy thing.

Couldn't this be killed and latest be made the default branch?

zlogic commented 1 year ago

The master branch exists to keep existing pipelines working. Many pipelines were set up using the default branch and are incompatible with the latest version, so the master (or any default branch) needs to remain compatible with those pipelines.

It's better to use specific fixed tags or revisions to ensure that pipelines are stable, and manually update the Docker Buildpack version/tag.

guenhter commented 1 year ago

Thx