gitbucket / gitbucket-docker

Docker image of GitBucket which is an open source GitHub server powered by Scala
https://github.com/gitbucket/gitbucket-docker/pkgs/container/gitbucket
61 stars 24 forks source link

Tagging versions (on Dockerhub) #7

Closed takumaw closed 6 years ago

takumaw commented 6 years ago

Not exactly an issue, but normal docker repositorys have tags for all versions including minor versions.

Reasons why all versions should be better added tags are:

Common practices for tagging is:

Please see the official repositories at https://hub.docker.com/explore/ for more examples on tagging :)

takezoe commented 6 years ago

Thanks! I will try it. :-)

takezoe commented 6 years ago

Sorry for ny (very) deplayed reaction. I configured DockerHub to be tagged.

takezoe commented 6 years ago

Ah, In automated build, DockerHub seems to create a tag automatically when a tag is created on the GitHub repository.