Skip to content

[Feature Request]: Add docker tags for major/minor/patch versions #1771

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
Quadrubo opened this issue Aug 29, 2024 · 0 comments · May be fixed by #3419
Open
1 task done

[Feature Request]: Add docker tags for major/minor/patch versions #1771

Quadrubo opened this issue Aug 29, 2024 · 0 comments · May be fixed by #3419
Labels
enhancement New feature or request

Comments

@Quadrubo
Copy link

Feature Description

Description

As of the point of writing this, 0.28.3 is the latest Stirling PDF version.
As I'm manually updating my images and not using something like "latest", I have to change the image tag every new release. It would be nice if I wouldn't have to do that for patch releases (minor releases too).

Currently these tags are provided:

  • 0.28.3 - Version 0.28.3
  • 0.28.2 - Version 0.28.2
  • latest - Version 0.28.3

Desired Behavior

I would propose a tag system like this:

  • 0.28.3 - Version 0.28.3
  • 0.28.2 - Version 0.28.2
  • 0.28 - Version 0.28.3
  • 0 - Version 0.28.3
  • latest - Version 0.28.3

Why is this feature valuable?

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 0 and would have automatically gotten the update up to 0.28.3.
However I won't get the update to a new major version like "1.x" which would be desired for me.

Suggested Implementation

Change the github actions to push more images based on your semver releases.

Additional Information

No response

No Duplicate of the Feature

  • I have verified that there are no existing features requests similar to my request.
@Quadrubo Quadrubo added the enhancement New feature or request label Aug 29, 2024
@Quadrubo Quadrubo changed the title [Feature Request]: [Feature Request]: Add docker tags for major/minor/patch versions Aug 29, 2024
@RoboMagus RoboMagus linked a pull request Apr 25, 2025 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

1 participant