0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-22 05:48:23 +02:00

Merge branch 'nneul-patch-1' into main

This commit is contained in:
Daniel García 2022-07-06 23:26:54 +02:00
commit bf3e2dc652
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
5 changed files with 11 additions and 11 deletions

View file

@ -70,13 +70,13 @@
# - 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 vaultwarden/web-vault:v{{ vault_version }}
# $ docker image inspect --format "{{ '{{' }}.RepoDigests}}" vaultwarden/web-vault:v{{ vault_version }}
# $ docker pull vaultwarden/web-vault:{{ vault_version }}
# $ docker image inspect --format "{{ '{{' }}.RepoDigests}}" vaultwarden/web-vault:{{ vault_version }}
# [vaultwarden/web-vault@{{ vault_image_digest }}]
#
# - Conversely, to get the tag name from the 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

View file

@ -16,8 +16,8 @@
# - 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 vaultwarden/web-vault:vv2022.5.2
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:vv2022.5.2
# $ docker pull vaultwarden/web-vault:v2022.5.2
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.5.2
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef]
#
# - Conversely, to get the tag name from the digest:

View file

@ -16,8 +16,8 @@
# - 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 vaultwarden/web-vault:vv2022.5.2
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:vv2022.5.2
# $ docker pull vaultwarden/web-vault:v2022.5.2
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.5.2
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef]
#
# - Conversely, to get the tag name from the digest:

View file

@ -16,8 +16,8 @@
# - 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 vaultwarden/web-vault:vv2022.5.2
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:vv2022.5.2
# $ docker pull vaultwarden/web-vault:v2022.5.2
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.5.2
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef]
#
# - Conversely, to get the tag name from the digest:

View file

@ -16,8 +16,8 @@
# - 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 vaultwarden/web-vault:vv2022.5.2
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:vv2022.5.2
# $ docker pull vaultwarden/web-vault:v2022.5.2
# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.5.2
# [vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef]
#
# - Conversely, to get the tag name from the digest: