mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 10:18:19 +02:00 
			
		
		
		
	Project renaming
This commit is contained in:
		| @@ -11,21 +11,21 @@ | ||||
| # be changed to point to a malicious image. | ||||
| # | ||||
| # To verify the current digest for a given tag name: | ||||
| # - From https://hub.docker.com/r/bitwardenrs/web-vault/tags, | ||||
| # - From https://hub.docker.com/r/vaultwarden/web-vault/tags, | ||||
| #   click the tag name to view the digest of the image it currently points to. | ||||
| # - From the command line: | ||||
| #     $ docker pull bitwardenrs/web-vault:v2.19.0b | ||||
| #     $ docker image inspect --format "{{.RepoDigests}}" bitwardenrs/web-vault:v2.19.0b | ||||
| #     [bitwardenrs/web-vault@sha256:27631b913f5858895a3e109c5e701341b9d01e69818f5283e72a49fa545eb40e] | ||||
| #     $ docker pull vaultwarden/web-vault:v2.19.0d | ||||
| #     $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2.19.0d | ||||
| #     [vaultwarden/web-vault@sha256:a7bd6bc4db33bd45f723c4b1ac90918b7f80204560683cfc8efd9efd03a9b233] | ||||
| # | ||||
| # - Conversely, to get the tag name from the digest: | ||||
| #     $ docker image inspect --format "{{.RepoTags}}" bitwardenrs/web-vault@sha256:27631b913f5858895a3e109c5e701341b9d01e69818f5283e72a49fa545eb40e | ||||
| #     [bitwardenrs/web-vault:v2.19.0b] | ||||
| #     $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:a7bd6bc4db33bd45f723c4b1ac90918b7f80204560683cfc8efd9efd03a9b233 | ||||
| #     [vaultwarden/web-vault:v2.19.0d] | ||||
| # | ||||
| FROM bitwardenrs/web-vault@sha256:27631b913f5858895a3e109c5e701341b9d01e69818f5283e72a49fa545eb40e as vault | ||||
| FROM vaultwarden/web-vault@sha256:a7bd6bc4db33bd45f723c4b1ac90918b7f80204560683cfc8efd9efd03a9b233 as vault | ||||
|  | ||||
| ########################## BUILD IMAGE  ########################## | ||||
| FROM clux/muslrust:nightly-2021-02-22 as build | ||||
| FROM clux/muslrust:nightly-2021-04-14 as build | ||||
|  | ||||
| # Alpine-based AMD64 (musl) does not support mysql/mariadb during compile time. | ||||
| ARG DB=sqlite,postgresql | ||||
| @@ -95,7 +95,7 @@ EXPOSE 3012 | ||||
| WORKDIR / | ||||
| COPY Rocket.toml . | ||||
| COPY --from=vault /web-vault ./web-vault | ||||
| COPY --from=build /app/target/x86_64-unknown-linux-musl/release/bitwarden_rs . | ||||
| COPY --from=build /app/target/x86_64-unknown-linux-musl/release/vaultwarden . | ||||
|  | ||||
| COPY docker/healthcheck.sh /healthcheck.sh | ||||
| COPY docker/start.sh /start.sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user