chore: switch from distroless to scratch (#144)
Reviewed-on: #144 Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
parent
bc5e7ff342
commit
5738015f1b
@ -1,3 +1,2 @@
|
||||
(V|v)aultwarden
|
||||
Bitwarden
|
||||
distroless
|
||||
|
@ -44,7 +44,7 @@ RUN ldd target/$(cat rust_target)/release/vaultwarden && \
|
||||
target/$(cat rust_target)/release/vaultwarden --help && \
|
||||
target/$(cat rust_target)/release/vaultwarden --version
|
||||
|
||||
FROM gcr.io/distroless/cc
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||
|
@ -12,7 +12,7 @@ Custom image for Vaultwarden password manager
|
||||
|
||||
<!-- spellchecker-enable -->
|
||||
|
||||
Custom distroless container image for [Vaultwarden](https://github.com/dani-garcia/vaultwarden). Vaultwarden is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients.
|
||||
Custom rootless container image for [Vaultwarden](https://github.com/dani-garcia/vaultwarden). Vaultwarden is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients.
|
||||
|
||||
> **WARNING**: This version only supports SQLite and PostgreSQL databases.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user