Skip to content

Suggestion: Add versioned Docker tags (semver / commit SHA) instead of only master #15

@gregpavl

Description

@gregpavl

Hi 👋

First of all, thanks for maintain the timeoff management project.

I noticed that the Docker image published to Docker Hub currently exposes only the master tag.
Since Docker tags are mutable, this makes it hard to safely pin the image in production
(a rebuild of master can unintentionally break downstream users).

Would you consider publishing additional immutable tags, for example:

  • SemVer tags on releases (1.2.3, 1.2)
  • Commit-based tags (sha-<short-commit>)
  • Keeping master as a moving/edge tag

This would allow users to:

  • Safely pin a known-good image
  • Roll back easily
  • Still benefit from the master tag for development

Thanks again!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions