|
|
@ -19,20 +19,20 @@ |
|
|
|
# - 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 docker.io/vaultwarden/web-vault:v2024.6.2c |
|
|
|
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2024.6.2c |
|
|
|
# [docker.io/vaultwarden/web-vault@sha256:409ab328ca931439cb916b388a4bb784bd44220717aaf74cf71620c23e34fc2b] |
|
|
|
# $ docker pull docker.io/vaultwarden/web-vault:v2024.12.0 |
|
|
|
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2024.12.0 |
|
|
|
# [docker.io/vaultwarden/web-vault@sha256:75a537ea5a4077bf5042b40094b7aa12cf53fecbb5483a1547b544dd6397c5fb] |
|
|
|
# |
|
|
|
# - Conversely, to get the tag name from the digest: |
|
|
|
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:409ab328ca931439cb916b388a4bb784bd44220717aaf74cf71620c23e34fc2b |
|
|
|
# [docker.io/vaultwarden/web-vault:v2024.6.2c] |
|
|
|
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:75a537ea5a4077bf5042b40094b7aa12cf53fecbb5483a1547b544dd6397c5fb |
|
|
|
# [docker.io/vaultwarden/web-vault:v2024.12.0] |
|
|
|
# |
|
|
|
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:409ab328ca931439cb916b388a4bb784bd44220717aaf74cf71620c23e34fc2b AS vault |
|
|
|
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:75a537ea5a4077bf5042b40094b7aa12cf53fecbb5483a1547b544dd6397c5fb AS vault |
|
|
|
|
|
|
|
########################## Cross Compile Docker Helper Scripts ########################## |
|
|
|
## We use the linux/amd64 no matter which Build Platform, since these are all bash scripts |
|
|
|
## And these bash scripts do not have any significant difference if at all |
|
|
|
FROM --platform=linux/amd64 docker.io/tonistiigi/xx@sha256:1978e7a58a1777cb0ef0dde76bad60b7914b21da57cfa88047875e4f364297aa AS xx |
|
|
|
FROM --platform=linux/amd64 docker.io/tonistiigi/xx@sha256:9c207bead753dda9430bdd15425c6518fc7a03d866103c516a2c6889188f5894 AS xx |
|
|
|
|
|
|
|
########################## BUILD IMAGE ########################## |
|
|
|
# hadolint ignore=DL3006 |
|
|
|