diff --git a/.dictionary b/.dictionary index a28e89b..275e5b1 100644 --- a/.dictionary +++ b/.dictionary @@ -1,3 +1,2 @@ (V|v)aultwarden Bitwarden -distroless diff --git a/Containerfile b/Containerfile index dcb085f..09c1e36 100644 --- a/Containerfile +++ b/Containerfile @@ -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 " LABEL org.opencontainers.image.authors="Robert Kaussow " diff --git a/README.md b/README.md index 367c0a6..7a97ecc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Custom image for Vaultwarden password manager -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.