Browse Source
Merge branch 'nneul-patch-1' into main
pull/2611/head
Daniel García
3 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
5 changed files with
11 additions and
11 deletions
-
docker/Dockerfile.j2
-
docker/amd64/Dockerfile
-
docker/arm64/Dockerfile.alpine
-
docker/armv6/Dockerfile.buildx
-
docker/armv7/Dockerfile.buildx.alpine
|
@ -70,13 +70,13 @@ |
|
|
# - 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 vaultwarden/web-vault:v{{ vault_version }} |
|
|
# $ docker pull vaultwarden/web-vault:{{ vault_version }} |
|
|
# $ docker image inspect --format "{{ '{{' }}.RepoDigests}}" vaultwarden/web-vault:v{{ vault_version }} |
|
|
# $ docker image inspect --format "{{ '{{' }}.RepoDigests}}" vaultwarden/web-vault:{{ vault_version }} |
|
|
# [vaultwarden/web-vault@{{ vault_image_digest }}] |
|
|
# [vaultwarden/web-vault@{{ vault_image_digest }}] |
|
|
# |
|
|
# |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# $ docker image inspect --format "{{ '{{' }}.RepoTags}}" vaultwarden/web-vault@{{ vault_image_digest }} |
|
|
# $ docker image inspect --format "{{ '{{' }}.RepoTags}}" vaultwarden/web-vault@{{ vault_image_digest }} |
|
|
# [vaultwarden/web-vault:v{{ vault_version }}] |
|
|
# [vaultwarden/web-vault:{{ vault_version }}] |
|
|
# |
|
|
# |
|
|
FROM vaultwarden/web-vault@{{ vault_image_digest }} as vault |
|
|
FROM vaultwarden/web-vault@{{ vault_image_digest }} as vault |
|
|
|
|
|
|
|
|
|
@ -16,8 +16,8 @@ |
|
|
# - 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 vaultwarden/web-vault:vv2022.5.2 |
|
|
# $ docker pull vaultwarden/web-vault:v2022.5.2 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:vv2022.5.2 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.5.2 |
|
|
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef] |
|
|
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef] |
|
|
# |
|
|
# |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
|
@ -16,8 +16,8 @@ |
|
|
# - 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 vaultwarden/web-vault:vv2022.5.2 |
|
|
# $ docker pull vaultwarden/web-vault:v2022.5.2 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:vv2022.5.2 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.5.2 |
|
|
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef] |
|
|
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef] |
|
|
# |
|
|
# |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
|
@ -16,8 +16,8 @@ |
|
|
# - 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 vaultwarden/web-vault:vv2022.5.2 |
|
|
# $ docker pull vaultwarden/web-vault:v2022.5.2 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:vv2022.5.2 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.5.2 |
|
|
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef] |
|
|
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef] |
|
|
# |
|
|
# |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
|
@ -16,8 +16,8 @@ |
|
|
# - 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 vaultwarden/web-vault:vv2022.5.2 |
|
|
# $ docker pull vaultwarden/web-vault:v2022.5.2 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:vv2022.5.2 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.5.2 |
|
|
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef] |
|
|
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef] |
|
|
# |
|
|
# |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# - Conversely, to get the tag name from the digest: |
|
|