nuxencs / seasonpackarr

A companion app for autobrr that automagically hardlinks downloaded episodes into a season folder when a season pack is announced, eliminating the need for re-downloading existing episodes.
GNU General Public License v2.0
61 stars 3 forks source link

[Feature Request] Add Version to Docker Container #141

Closed bakerboy448 closed 2 weeks ago

bakerboy448 commented 2 months ago

Description

28/49: Container seasonpackarr: update available (Current version: develop)
27/49: Container sabnzbd: up to date (4.3.3-ls180)
26/49: Container readarraudio: up to date (0.4.0.2593-ls334)

change dockerfile to include version #

Alternatives

No response

Screenshots

No response

Additional Context

No response

nuxencs commented 2 months ago

The docker container has the version, unless you are running the develop tag

nuxencs commented 2 months ago

as you can see here in the build info for v0.10.0 https://github.com/nuxencs/seasonpackarr/actions/runs/10776037583#summary-29881870344 and for develop https://github.com/nuxencs/seasonpackarr/actions/runs/10816246651#summary-30007048243

bakerboy448 commented 2 months ago

change it to be the VERSION and add the commit hash as a develop version?

i.e. v0.10.0-develop-d60da028

nuxencs commented 2 months ago

hmm good suggestion, let me take a look at how to make that work