|
|
@ -19,15 +19,15 @@ |
|
|
# - From https://hub.docker.com/r/vaultwarden/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. |
|
|
# click the tag name to view the digest of the image it currently points to. |
|
|
# - From the command line: |
|
|
# - From the command line: |
|
|
# $ docker pull docker.io/vaultwarden/web-vault:v2025.12.1 |
|
|
# $ docker pull docker.io/vaultwarden/web-vault:v2025.12.1.1 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2025.12.1 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2025.12.1.1 |
|
|
# [docker.io/vaultwarden/web-vault@sha256:dc718ffec13eccab8a849d65dd436b38730577b9b46be4672d97debc88e2c0ad] |
|
|
# [docker.io/vaultwarden/web-vault@sha256:90261e5d5438b67a00cb12d8615cf3f130a65e81f33a3f5ff190c6202bf0e457] |
|
|
# |
|
|
# |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:dc718ffec13eccab8a849d65dd436b38730577b9b46be4672d97debc88e2c0ad |
|
|
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:90261e5d5438b67a00cb12d8615cf3f130a65e81f33a3f5ff190c6202bf0e457 |
|
|
# [docker.io/vaultwarden/web-vault:v2025.12.1] |
|
|
# [docker.io/vaultwarden/web-vault:v2025.12.1.1] |
|
|
# |
|
|
# |
|
|
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:dc718ffec13eccab8a849d65dd436b38730577b9b46be4672d97debc88e2c0ad AS vault |
|
|
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:90261e5d5438b67a00cb12d8615cf3f130a65e81f33a3f5ff190c6202bf0e457 AS vault |
|
|
|
|
|
|
|
|
########################## Cross Compile Docker Helper Scripts ########################## |
|
|
########################## Cross Compile Docker Helper Scripts ########################## |
|
|
## We use the linux/amd64 no matter which Build Platform, since these are all bash scripts |
|
|
## We use the linux/amd64 no matter which Build Platform, since these are all bash scripts |
|
|
|