-
Notifications
You must be signed in to change notification settings - Fork 834
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
Add tag support for docker images #291
Comments
ping @atmoz - is this not of interest? |
Seconded @telmich, all good points 👍 The way I see it, the current release "strategy" for atmoz/sftp provides zero traceability with regards to changes between releases ~ ie. what's changed between the last versioned release from 4 years ago, ex. alpine-3.7, and the 20h old unversioned alpine-tag ? (only the maintainers might know) This approach is to unpredictable for me ~ resulting in a hard pass until remedied 🤓 |
Are there any updates regarding this issue?
If yes, using the debian image gives more predictability, but it's a bit bigger in size. |
This is an amazing and easy container, I love it. For k8s setups, it would be great if this container had some more tags / different versions, like:
While it is not saying which openssh it is, it is at least clear that it is the openssh that was available in alpine:3.14. This would also make it easier for upgrading in k8s environments, as the
:latest
tag needs to be pulled every time and cannot be controlled whether this is changed.I could contribute two small scripts, if they would be merged, like:
debian.sh <version>
building and creates the images based ondebian:version
alpine.sh ...
same sameDoes that make sense?
The text was updated successfully, but these errors were encountered: