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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versionned docker images #58

Closed
Thibugs opened this issue Oct 30, 2023 · 2 comments
Closed

Versionned docker images #58

Thibugs opened this issue Oct 30, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Thibugs
Copy link

Thibugs commented Oct 30, 2023

Hello, first of all, thanks for this amazing tool 馃槃

As of right now, the only docker images available are tagged with "latest", there is no version tagged images (For example ghcr.io/9001/copyparty-im:v1.9.15 / ghcr.io/9001/copyparty-im:1.9.15).

On Docker alone, it's not much of an issue as you can just pull the image and get the update, but on Kubernetes (What I use), I have to either add or remove the "latest" tag from the deployment to force a rollout of the update.

I know that Kubernetes is not a supported use case, but having version tagged images would probably make some users more comfortable, as some people don't like to use the "latest" tag and prefer to stay on a specific version instead of being on the edge.

@Thibugs Thibugs added the enhancement New feature or request label Oct 30, 2023
@9001
Copy link
Owner

9001 commented Oct 30, 2023

Hey! Thanks for using copyparty, and thanks a lot for the input -- really appreciate it :> I'm still fairly new to everything docker and containers so I don't really know what I'm doing hehe

I'll get this fixed by the next version 馃憤 and let me know if you can think of anything else that would improve the experience too :>

@9001 9001 closed this as completed Oct 30, 2023
@kkovaletp
Copy link

I'm still fairly new to everything docker and containers so I don't really know what I'm doing hehe

well, in that case, I'd also recommend you adding the next useful tools in your docker build and publish pipeline:

They will let you control the quality of the images and quickly fix or overcome known vulnerabilities.

Also, I'd recommend including the Anchore's tools in the code testing pipeline in order to better detect and scan the code dependencies.

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

3 participants