getsops / getsops/sops

Consider using version-based tags for Docker Images in Docker hub

Open
#542 7 comments 1 reaction 1 assignee View on GitHub

@imskr is already working on this.

Since Oct 21, 2019.

enhancement good first issue help wanted priority/low
Dominant language
Go
Stars
23.1k
Forks
1.1k
Avg merge
1d 11h
Merged PRs (30d)
9

Description

Currently, it appears the only tags pushed to Dockerhub are the latest tag and the git commit sha.

For example, when the newest 3.4.0 image was tagged, it was tagged as

  • latest
  • 14a22d7a7060a0fba06c5dd716898d47728f0fce

It's often useful to have more meaningful tags created that match the actual version. With the latest 3.4.0 release it would preferred that it also be tagged with the version. So the following docker tags.

  • latest
  • 14a22d7a7060a0fba06c5dd716898d47728f0fce
  • 3.4.0

Additionally, it's not to have simplified major/minor tags. So the ideal set of tags would be

  • latest
  • 14a22d7a7060a0fba06c5dd716898d47728f0fce
  • 3.4.0
  • 3.4
  • 3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.