Skip to content

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

Open
@Quadrubo

Description

@Quadrubo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions