|
@ -14,15 +14,15 @@ |
|
|
# - From https://hub.docker.com/r/bitwardenrs/web-vault/tags, |
|
|
# - From https://hub.docker.com/r/bitwardenrs/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 bitwardenrs/web-vault:v2.18.1 |
|
|
# $ docker pull bitwardenrs/web-vault:v2.18.1b |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" bitwardenrs/web-vault:v2.18.1 |
|
|
# $ docker image inspect --format "{{.RepoDigests}}" bitwardenrs/web-vault:v2.18.1b |
|
|
# [bitwardenrs/web-vault@sha256:57af3fd71706bf6a594488d809ec73f04f77f3f5e97f72fab74c681c4f5a5272] |
|
|
# [bitwardenrs/web-vault@sha256:345a509dd5482343458b672dcd69203836ffac2e5181a1c99826d9695b9cb1eb] |
|
|
# |
|
|
# |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# - Conversely, to get the tag name from the digest: |
|
|
# $ docker image inspect --format "{{.RepoTags}}" bitwardenrs/web-vault@sha256:57af3fd71706bf6a594488d809ec73f04f77f3f5e97f72fab74c681c4f5a5272 |
|
|
# $ docker image inspect --format "{{.RepoTags}}" bitwardenrs/web-vault@sha256:345a509dd5482343458b672dcd69203836ffac2e5181a1c99826d9695b9cb1eb |
|
|
# [bitwardenrs/web-vault:v2.18.1] |
|
|
# [bitwardenrs/web-vault:v2.18.1b] |
|
|
# |
|
|
# |
|
|
FROM bitwardenrs/web-vault@sha256:57af3fd71706bf6a594488d809ec73f04f77f3f5e97f72fab74c681c4f5a5272 as vault |
|
|
FROM bitwardenrs/web-vault@sha256:345a509dd5482343458b672dcd69203836ffac2e5181a1c99826d9695b9cb1eb as vault |
|
|
|
|
|
|
|
|
########################## BUILD IMAGE ########################## |
|
|
########################## BUILD IMAGE ########################## |
|
|
FROM messense/rust-musl-cross:armv7-musleabihf as build |
|
|
FROM messense/rust-musl-cross:armv7-musleabihf as build |
|
|