mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Alpine Docker Images are missing for v1.22 #1061
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @axdotl on GitHub (Jun 29, 2021).
With the latest release v1.22 the alpine docker images were not published.
@BlackDex commented on GitHub (Jun 29, 2021):
The base image we use seems to have remove OpenSSL, which is something we really need.
This causes the build to fail.
I Was working on something similar, but haven't come around finishing it quite the way i want, but i could try to quickly update the packages and see if we can use that
@BlackDex commented on GitHub (Jun 29, 2021):
I have a quick fix i think. Still depends on @dani-garcia if he can trigger a new build on the same tag, or that he needs to release e new minor version for this to have it available on docker hub.
@dani-garcia commented on GitHub (Jun 29, 2021):
I've created a new minor release to fix this issue, 1.22.1, once the images are compiled in docker hub it should be fixed.
@axdotl commented on GitHub (Jun 30, 2021):
Thanks to you both @BlackDex and @dani-garcia for the fast fix 🚀
Images is available 🙏🏼