ContainerSSH / images

The ContainerSSH container images
https://containerssh.io/
Apache License 2.0
3 stars 0 forks source link

Add explicit versioning - also to the latest container image #3

Closed florath closed 8 months ago

florath commented 8 months ago

Please describe what you would like to see in ContainerSSH

It would be beneficial to have a dedicated tag for all released versions.

Please describe the solution you'd like

In addition to the current "lastest" version on hub.docker.com, add a tag for each release.

Please describe your use case

I just upgraded everything to 0.5 and it hopefully somehow works. Because there is no dedicated tag for the 0.5 version container image, with the next update of containerssh my environment might stop working.

I would like to have a tag like "0.5.0" for the release 0.5 to be able to use an image path like containerssh/containerssh:0.5.0

tsipinakis commented 8 months ago

There's already a per-version tag e.g. v0.5.0 and a tag with the build date attached that won't be moved with rebuilds e.g.: v0.5.0-20240107.

florath commented 8 months ago

Huups. You are right. Scrolling helps... Sorry.