pbogre / jetlog

Personal flight tracker and viewer
https://github.com/pbogre/jetlog
GNU General Public License v2.0
199 stars 9 forks source link

Add tags to Docker images #44

Closed thomas-mc-work closed 2 months ago

thomas-mc-work commented 2 months ago

… so you can choose a specific version for the Docker image from Docker hub. Thanks!

pbogre commented 2 months ago

I currently have the :latest and :experimental tags on docker hub, which provide stable and unstable releases respectively.

Do you mean that I should have a tag for each version, e.g. :1.0.0-beta, :1.0.0, ...? That could be done

thomas-mc-work commented 2 months ago

Do you mean that I should have a tag for each version, e.g. :1.0.0-beta, :1.0.0, ...? That could be done

Exactly. Thanks in advance!

pbogre commented 2 months ago

@thomas-mc-work I just pushed an image for version 1.0.0, which you can pull using pbogre/jetlog:1.0.0. I won't make one for the beta version, but from now on I'll remember to push an image for each new version.