mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
[error] vaultwarden unuseable after update on testing branch #1383
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 @t3dium on GitHub (Oct 15, 2022).
after updating vaultwarden's image on the testing branch, i'm unable to start the docker container since /usr/bin/dumb-init doesn't exist, (tried wget'ing the executable as well and placing it in /usr/bin/, but no luck)
it worked when i switched to the latest image in the normal stable branch, so only the testing branch is currently broken
version with bug: latest version on testing branch as of 14/10/2022
version working: latest stable image, and the previous image on testing branch
installation method: docker
OS: ubuntu server
@BlackDex commented on GitHub (Oct 15, 2022):
Current stable and testing are identical so that's not possible.
Also, dumb-init has been removed for a while already, so maybe you have it configured somewhere in the
CMDorENTRYPOINT, or even a custom script?