BlackDex
11 months ago
No known key found for this signature in database
GPG Key ID: 58C80A2AA6C765E1
3 changed files with
7 additions and
7 deletions
-
docker/DockerSettings.yaml
-
docker/Dockerfile.alpine
-
docker/Dockerfile.debian
|
@ -1,6 +1,6 @@ |
|
|
--- |
|
|
--- |
|
|
vault_version: "v2024.3.1" |
|
|
vault_version: "v2024.3.1" |
|
|
vault_image_digest: "sha256:689b1e706f29e1858a5c7e0ec82e40fac793322e5e0ac9102ab09c2620207cd5" |
|
|
vault_image_digest: "sha256:784838b15c775c81b29e8979aaac36dc5ef44ea18ff0adb7fc56c7c62886319b" |
|
|
# Cross Compile Docker Helper Scripts v1.4.0 |
|
|
# Cross Compile Docker Helper Scripts v1.4.0 |
|
|
# We use the linux/amd64 platform shell scripts since there is no difference between the different platform scripts |
|
|
# We use the linux/amd64 platform shell scripts since there is no difference between the different platform scripts |
|
|
xx_image_digest: "sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4" |
|
|
xx_image_digest: "sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4" |
|
|
|
@ -20,13 +20,13 @@ |
|
|
# - From the command line: |
|
|
# - From the command line: |
|
|
# $ docker pull docker.io/vaultwarden/web-vault:v2024.3.1 |
|
|
# $ docker pull docker.io/vaultwarden/web-vault:v2024.3.1 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2024.3.1 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2024.3.1 |
|
|
# [docker.io/vaultwarden/web-vault@sha256:689b1e706f29e1858a5c7e0ec82e40fac793322e5e0ac9102ab09c2620207cd5] |
|
|
# [docker.io/vaultwarden/web-vault@sha256:784838b15c775c81b29e8979aaac36dc5ef44ea18ff0adb7fc56c7c62886319b] |
|
|
# |
|
|
# |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:689b1e706f29e1858a5c7e0ec82e40fac793322e5e0ac9102ab09c2620207cd5 |
|
|
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:784838b15c775c81b29e8979aaac36dc5ef44ea18ff0adb7fc56c7c62886319b |
|
|
# [docker.io/vaultwarden/web-vault:v2024.3.1] |
|
|
# [docker.io/vaultwarden/web-vault:v2024.3.1] |
|
|
# |
|
|
# |
|
|
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:689b1e706f29e1858a5c7e0ec82e40fac793322e5e0ac9102ab09c2620207cd5 as vault |
|
|
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:784838b15c775c81b29e8979aaac36dc5ef44ea18ff0adb7fc56c7c62886319b as vault |
|
|
|
|
|
|
|
|
########################## ALPINE BUILD IMAGES ########################## |
|
|
########################## ALPINE BUILD IMAGES ########################## |
|
|
## NOTE: The Alpine Base Images do not support other platforms then linux/amd64 |
|
|
## NOTE: The Alpine Base Images do not support other platforms then linux/amd64 |
|
|
|
@ -20,13 +20,13 @@ |
|
|
# - From the command line: |
|
|
# - From the command line: |
|
|
# $ docker pull docker.io/vaultwarden/web-vault:v2024.3.1 |
|
|
# $ docker pull docker.io/vaultwarden/web-vault:v2024.3.1 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2024.3.1 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2024.3.1 |
|
|
# [docker.io/vaultwarden/web-vault@sha256:689b1e706f29e1858a5c7e0ec82e40fac793322e5e0ac9102ab09c2620207cd5] |
|
|
# [docker.io/vaultwarden/web-vault@sha256:784838b15c775c81b29e8979aaac36dc5ef44ea18ff0adb7fc56c7c62886319b] |
|
|
# |
|
|
# |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:689b1e706f29e1858a5c7e0ec82e40fac793322e5e0ac9102ab09c2620207cd5 |
|
|
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:784838b15c775c81b29e8979aaac36dc5ef44ea18ff0adb7fc56c7c62886319b |
|
|
# [docker.io/vaultwarden/web-vault:v2024.3.1] |
|
|
# [docker.io/vaultwarden/web-vault:v2024.3.1] |
|
|
# |
|
|
# |
|
|
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:689b1e706f29e1858a5c7e0ec82e40fac793322e5e0ac9102ab09c2620207cd5 as vault |
|
|
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:784838b15c775c81b29e8979aaac36dc5ef44ea18ff0adb7fc56c7c62886319b as vault |
|
|
|
|
|
|
|
|
########################## Cross Compile Docker Helper Scripts ########################## |
|
|
########################## Cross Compile Docker Helper Scripts ########################## |
|
|
## We use the linux/amd64 no matter which Build Platform, since these are all bash scripts |
|
|
## We use the linux/amd64 no matter which Build Platform, since these are all bash scripts |
|
|