It seems Docker images are only published with the latest tag and not with a (semantic) version tag. The old Dockerhub project (which afaik was used before the rename) did contain tags with SemVer.
Would it be possible to publish SemVer tags again? We would like to avoid deploying containers with the latest tag, as it will be harder to track versions/changes and will give trouble when a rollback is required.
It seems Docker images are only published with the latest tag and not with a (semantic) version tag. The old Dockerhub project (which afaik was used before the rename) did contain tags with SemVer.
Would it be possible to publish SemVer tags again? We would like to avoid deploying containers with the latest tag, as it will be harder to track versions/changes and will give trouble when a rollback is required.