diff --git a/docker/Dockerfile.j2 b/docker/Dockerfile.j2 index ae823567..be9b2ded 100644 --- a/docker/Dockerfile.j2 +++ b/docker/Dockerfile.j2 @@ -59,8 +59,8 @@ # https://docs.docker.com/develop/develop-images/multistage-build/ # https://whitfin.io/speeding-up-rust-docker-builds/ ####################### VAULT BUILD IMAGE ####################### -{% set vault_version = "v2022.12.0" %} -{% set vault_image_digest = "sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e" %} +{% set vault_version = "v2023.1.0" %} +{% set vault_image_digest = "sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f" %} # The web-vault digest specifies a particular web-vault build on Docker Hub. # Using the digest instead of the tag name provides better security, # as the digest of an image is immutable, whereas a tag name can later diff --git a/docker/amd64/Dockerfile b/docker/amd64/Dockerfile index 88a45832..b163a9ab 100644 --- a/docker/amd64/Dockerfile +++ b/docker/amd64/Dockerfile @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM rust:1.66-bullseye as build diff --git a/docker/amd64/Dockerfile.alpine b/docker/amd64/Dockerfile.alpine index 791f355f..0537f329 100644 --- a/docker/amd64/Dockerfile.alpine +++ b/docker/amd64/Dockerfile.alpine @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM blackdex/rust-musl:x86_64-musl-stable-1.66.1 as build diff --git a/docker/amd64/Dockerfile.buildx b/docker/amd64/Dockerfile.buildx index 9e34a01e..4e0f2128 100644 --- a/docker/amd64/Dockerfile.buildx +++ b/docker/amd64/Dockerfile.buildx @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM rust:1.66-bullseye as build diff --git a/docker/amd64/Dockerfile.buildx.alpine b/docker/amd64/Dockerfile.buildx.alpine index 55cf0e57..481648f5 100644 --- a/docker/amd64/Dockerfile.buildx.alpine +++ b/docker/amd64/Dockerfile.buildx.alpine @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM blackdex/rust-musl:x86_64-musl-stable-1.66.1 as build diff --git a/docker/arm64/Dockerfile b/docker/arm64/Dockerfile index 0f0dba16..59df328a 100644 --- a/docker/arm64/Dockerfile +++ b/docker/arm64/Dockerfile @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM rust:1.66-bullseye as build diff --git a/docker/arm64/Dockerfile.alpine b/docker/arm64/Dockerfile.alpine index cdf0b5ee..c9c58d9c 100644 --- a/docker/arm64/Dockerfile.alpine +++ b/docker/arm64/Dockerfile.alpine @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM blackdex/rust-musl:aarch64-musl-stable-1.66.1 as build diff --git a/docker/arm64/Dockerfile.buildx b/docker/arm64/Dockerfile.buildx index 132af16e..f7f05232 100644 --- a/docker/arm64/Dockerfile.buildx +++ b/docker/arm64/Dockerfile.buildx @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM rust:1.66-bullseye as build diff --git a/docker/arm64/Dockerfile.buildx.alpine b/docker/arm64/Dockerfile.buildx.alpine index cc1b8a06..8f74cdd9 100644 --- a/docker/arm64/Dockerfile.buildx.alpine +++ b/docker/arm64/Dockerfile.buildx.alpine @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM blackdex/rust-musl:aarch64-musl-stable-1.66.1 as build diff --git a/docker/armv6/Dockerfile b/docker/armv6/Dockerfile index 8f34ec32..dbc6ab57 100644 --- a/docker/armv6/Dockerfile +++ b/docker/armv6/Dockerfile @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM rust:1.66-bullseye as build diff --git a/docker/armv6/Dockerfile.alpine b/docker/armv6/Dockerfile.alpine index f2d2741e..3ede8e9d 100644 --- a/docker/armv6/Dockerfile.alpine +++ b/docker/armv6/Dockerfile.alpine @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM blackdex/rust-musl:arm-musleabi-stable-1.66.1 as build diff --git a/docker/armv6/Dockerfile.buildx b/docker/armv6/Dockerfile.buildx index 18285ee2..90790bd5 100644 --- a/docker/armv6/Dockerfile.buildx +++ b/docker/armv6/Dockerfile.buildx @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM rust:1.66-bullseye as build diff --git a/docker/armv6/Dockerfile.buildx.alpine b/docker/armv6/Dockerfile.buildx.alpine index 95781007..4d906461 100644 --- a/docker/armv6/Dockerfile.buildx.alpine +++ b/docker/armv6/Dockerfile.buildx.alpine @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM blackdex/rust-musl:arm-musleabi-stable-1.66.1 as build diff --git a/docker/armv7/Dockerfile b/docker/armv7/Dockerfile index 1d4553d1..5ff816d1 100644 --- a/docker/armv7/Dockerfile +++ b/docker/armv7/Dockerfile @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM rust:1.66-bullseye as build diff --git a/docker/armv7/Dockerfile.alpine b/docker/armv7/Dockerfile.alpine index b5e08689..ddf91bb2 100644 --- a/docker/armv7/Dockerfile.alpine +++ b/docker/armv7/Dockerfile.alpine @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM blackdex/rust-musl:armv7-musleabihf-stable-1.66.1 as build diff --git a/docker/armv7/Dockerfile.buildx b/docker/armv7/Dockerfile.buildx index b51202fb..addb66f6 100644 --- a/docker/armv7/Dockerfile.buildx +++ b/docker/armv7/Dockerfile.buildx @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM rust:1.66-bullseye as build diff --git a/docker/armv7/Dockerfile.buildx.alpine b/docker/armv7/Dockerfile.buildx.alpine index cf3f16fb..5ba27478 100644 --- a/docker/armv7/Dockerfile.buildx.alpine +++ b/docker/armv7/Dockerfile.buildx.alpine @@ -16,15 +16,15 @@ # - 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:v2022.12.0 -# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2022.12.0 -# [vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e] +# $ docker pull vaultwarden/web-vault:v2023.1.0 +# $ docker image inspect --format "{{.RepoDigests}}" vaultwarden/web-vault:v2023.1.0 +# [vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f] # # - Conversely, to get the tag name from the digest: -# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e -# [vaultwarden/web-vault:v2022.12.0] +# $ docker image inspect --format "{{.RepoTags}}" vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f +# [vaultwarden/web-vault:v2023.1.0] # -FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault +FROM vaultwarden/web-vault@sha256:c95973cf3b8bf3dee2d751a9ccd5a8dbde5442ae52b38824b660bc2e8538df4f as vault ########################## BUILD IMAGE ########################## FROM blackdex/rust-musl:armv7-musleabihf-stable-1.66.1 as build