mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2760
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/604
Author: @mprasil
Created: 9/6/2019
Status: ✅ Merged
Merged: 9/6/2019
Merged by: @dani-garcia
Base:
master← Head:fix-healthcheck📝 Commits (1)
eea3f13Fix #603 and remove mysql from sqlite image📊 Changes
10 files changed (+20 additions, -15 deletions)
View changed files
📝
docker/aarch64/mysql/Dockerfile(+2 -1)📝
docker/aarch64/sqlite/Dockerfile(+2 -2)📝
docker/amd64/mysql/Dockerfile(+2 -1)📝
docker/amd64/mysql/Dockerfile.alpine(+2 -1)📝
docker/amd64/sqlite/Dockerfile(+2 -2)📝
docker/amd64/sqlite/Dockerfile.alpine(+2 -2)📝
docker/armv6/mysql/Dockerfile(+2 -1)📝
docker/armv6/sqlite/Dockerfile(+2 -2)📝
docker/armv7/mysql/Dockerfile(+2 -1)📝
docker/armv7/sqlite/Dockerfile(+2 -2)📄 Description
This changes the healthcheck to use
shinstead of bash, that is absentfrom some image versions. (like alpine)
It also removes
*mariadb*packages from runtime image of sqlite imagesas these shouldn't be required.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.