guardian icon indicating copy to clipboard operation
guardian copied to clipboard

chore: Git and Docker images tags should have the same syntax

Open Neurone opened this issue 2 months ago • 0 comments

Problem description

Guardian uses different tags for the git repository (e.g., v3.3.0, v3.4.0-rc, etc.) and for the docker images (i.e., 3.3.0, 3.4.0-rc, etc.). The difference can create issues when working with multiple instances or containers.

Requirements

Use the same syntax for git and docker images tags.

Definition of done

  • Remove the v from the git tags OR add the v in the docker images tags

Alternative solution:

  • Add two tags for each release both for git and the docker images, so the developers can use seamlessly the v or not v version on both platform.

Acceptance criteria

The CI/CD Github pipeline and all the Guardian local build configurations should work as expected and they should use the same tag syntax.

Neurone avatar Nov 07 '25 11:11 Neurone