manuc66 / node-hp-scan-to

Allow to send scan from device to computer for some HP All-in-One Printers - Scan to computer
https://manuc66.github.io/node-hp-scan-to/
MIT License
155 stars 23 forks source link

Add docker tags for major/minor/patch versions #971

Open Quadrubo opened 1 month ago

Quadrubo commented 1 month ago

Description

As of the point of writing this, v1.4.3 is the latest node-hp-scan-to version. I'd like to manually update my images and not use something like "latest".

Currently these tags are provided:

Desired Behavior

I would propose a tag system like this:

This would allow pinning to specific version and allows the user to choose which semver types they are okay with auto updating. I for example would have pinned to v1 and would have automatically gotten the update to v1.4.3 while not getting updates to v2.x which would be desired for me.