vault (production)
Published 2026-07-30 13:40:31 -04:00 by colin
Installation
docker pull git.nixc.us/colin/vault:productionsha256:6dfdf2892ac98f59410014592f8d922c6954682edf5ccaef3892bec54bdc3623About this package
Unofficial Bitwarden compatible server written in Rust - 1.37.1
Image Layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV ROCKET_PROFILE=release ROCKET_ADDRESS=0.0.0.0 ROCKET_PORT=80 SSL_CERT_DIR=/etc/ssl/certs |
| RUN /bin/sh -c mkdir /data && apk --no-cache add ca-certificates curl openssl tzdata # buildkit |
| VOLUME [/data] |
| EXPOSE [80/tcp] |
| WORKDIR / |
| COPY docker/healthcheck.sh docker/start.sh / # buildkit |
| COPY /web-vault ./web-vault # buildkit |
| COPY /app/target/final/vaultwarden . # buildkit |
| HEALTHCHECK {Test:[CMD /healthcheck.sh] Interval:1m0s Timeout:10s StartPeriod:0s StartInterval:0s Retries:0} |
| CMD ["/start.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-29T13:28:10+00:00 |
| org.opencontainers.image.description | Unofficial Bitwarden compatible server written in Rust - 1.37.1 |
| org.opencontainers.image.documentation | https://github.com/dani-garcia/vaultwarden/wiki |
| org.opencontainers.image.licenses | AGPL-3.0-only |
| org.opencontainers.image.revision | 2629bcbe1380c894e3a7f52cafcac3988edb8fbb |
| org.opencontainers.image.source | https://github.com/dani-garcia/vaultwarden |
| org.opencontainers.image.url | https://github.com/dani-garcia/vaultwarden |
| org.opencontainers.image.version | 1.37.1 |
Details
2026-07-30 13:40:31 -04:00
Versions (2)
View all
Container
91
OCI / Docker
linux/amd64
AGPL-3.0-only
58 MiB
production
2026-07-30
staging
2026-07-06