Skip to content
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

[Enhancement]: Add Docker Version Tagging for Major Version Updates #3638

Open
blairun opened this issue Nov 22, 2024 · 3 comments
Open

[Enhancement]: Add Docker Version Tagging for Major Version Updates #3638

blairun opened this issue Nov 22, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@blairun
Copy link

blairun commented Nov 22, 2024

Type of Enhancement

Server Backend

Describe the Feature/Enhancement

Add version tagging for docker releases, so users can choose to pull the latest minor version within a major version (e.g., 2.17). The Paperless-ngx project does this as seen here: Paperless-ngx Version Tags

Why would this be helpful?

Allows for more flexible version management and easier updates.

Future Implementation (Screenshot)

Example of Dockerfile or versioning script

VERSION=2.17.2
TAGS=2.17.2 2.17

Updated build script to include both tags

docker build -t myproject:$VERSION -t myproject:$TAGS .

Example of changes in documentation

To pull a specific minor version, use the tag format 2.17.2.
To pull the latest minor version within a major version, use the tag format 2.17.

Audiobookshelf Server Version

2.17.2

Current Implementation (Screenshot)

No response

@blairun blairun added the enhancement New feature or request label Nov 22, 2024
@nichwall
Copy link
Contributor

nichwall commented Nov 22, 2024

This is already implemented. You can pull 2.17.1 using the tag 2.17.1

@blairun
Copy link
Author

blairun commented Nov 22, 2024

Yes, but I can't pull using 2.17
Which is what this request is about.

@nichwall
Copy link
Contributor

Ah, thanks for clarifying. I understood you backwards.

@blairun blairun changed the title [Enhancement]: Add Docker Version Tagging for Minor Version Updates [Enhancement]: Add Docker Version Tagging for Major Version Updates Nov 22, 2024
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
None yet
Development

No branches or pull requests

2 participants