Skip to content
Snippets Groups Projects

feat(docker): build and tag images during developpment cycle

Merged Daniel Dehennin requested to merge feature/docker-build-and-tag into dev

We want to tag images based on the different steps of the release cycle:

  • dev images where developpement is integrated
  • testing images where releases are stabilised
  • stable images when the release is done
    • major tag with only the first digit of the semantic version, this tag will always point to the latest release of the major version
    • minor tag with only the first 2 digits of the semantic version, this tag will always point to the latest release of the minor version
    • release tag with the full semantic version
    • latest/stable point to the latest stable image
Edited by Daniel Dehennin

Merge request reports

Pipeline #7120 passed

Pipeline passed for b82a232e on feature/docker-build-and-tag

Approval is optional
Ready to merge by members who can write to the target branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading