Update the rest of the files leftover from #2595 by running make

This commit is contained in:
Daniel García 2022-07-06 23:27:48 +02:00
parent bf3e2dc652
commit 93d4a12834
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
16 changed files with 40 additions and 40 deletions

View File

@ -22,7 +22,7 @@
#
# - Conversely, to get the tag name from the digest:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -22,7 +22,7 @@
#
# - Conversely, to get the tag name from the digest:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -22,7 +22,7 @@
#
# - Conversely, to get the tag name from the digest:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -16,13 +16,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: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:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault

View File

@ -22,7 +22,7 @@
#
# - Conversely, to get the tag name from the digest:
# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef
# [vaultwarden/web-vault:vv2022.5.2]
# [vaultwarden/web-vault:v2022.5.2]
#
FROM vaultwarden/web-vault@sha256:9b8b05dfcc14ebc6b2b488f54042d2a38a69b9e80e21b1ca0e4bf45470dd33ef as vault