mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #638] [MERGED] Add sqlite binary into the docker images #2762
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#2762
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/638
Author: @mprasil
Created: 9/30/2019
Status: ✅ Merged
Merged: 10/1/2019
Merged by: @dani-garcia
Base:
master← Head:add_sqlite_binary📝 Commits (2)
acdd429Add sqlite binary into the docker imagesd6e9af9Remove the unnecessary check for sqlite📊 Changes
8 files changed (+8 additions, -1 deletions)
View changed files
📝
docker/aarch64/sqlite/Dockerfile(+1 -0)📝
docker/amd64/postgresql/Dockerfile(+1 -0)📝
docker/amd64/postgresql/Dockerfile.alpine(+1 -0)📝
docker/amd64/sqlite/Dockerfile(+1 -0)📝
docker/amd64/sqlite/Dockerfile.alpine(+1 -0)📝
docker/armv6/sqlite/Dockerfile(+1 -0)📝
docker/armv7/sqlite/Dockerfile(+1 -0)📝
src/api/admin.rs(+1 -1)📄 Description
This is done to enable backup functionality in the admin interface while
we're waiting for the libsqlite-sys 0.17 to bubble up in the upstream
dependencies. Then we can start using
VACUUM INTOThis also extends the check for the sqlite binary to also try
sqlite3as this is the name of the binary in baseimage distributions we use.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.