calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
619 stars 323 forks source link

Docker image versioning strategy #362

Open david-loe opened 2 months ago

david-loe commented 2 months ago

Is your proposal related to a problem?

Docker image latest also includes main builds. And no tag including all major (or minor) version images exist.

Describe the solution you'd like

Only publish release images to the latest tag (only main). And also push all same major and minor versions to a separate tag (e.g. v4 v4.0 v4.0.9 latest).

Here a Github action for doing the job: https://github.com/docker/metadata-action