You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :>
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.
The text was updated successfully, but these errors were encountered: