Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Vaultwarden
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Vaultwarden
Commits
cbdcf8ef
Unverified
Commit
cbdcf8ef
authored
1 year ago
by
Mathijs van Veluw
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update web-vault to v2023.12.0 (#4201)
parent
3337594d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/DockerSettings.yaml
+2
-2
2 additions, 2 deletions
docker/DockerSettings.yaml
docker/Dockerfile.alpine
+6
-6
6 additions, 6 deletions
docker/Dockerfile.alpine
docker/Dockerfile.debian
+6
-6
6 additions, 6 deletions
docker/Dockerfile.debian
with
14 additions
and
14 deletions
docker/DockerSettings.yaml
+
2
−
2
View file @
cbdcf8ef
---
vault_version
:
"
v2023.1
0
.0"
vault_image_digest
:
"
sha256:41
9
e4
976921f98f1124f296ed02e68bf7f8ff29b3
f1fb
a59e7e715228a065935
"
vault_version
:
"
v2023.1
2
.0"
vault_image_digest
:
"
sha256:
cb8e27c2
41e4
74d1c162e0fc1909ba0c33f20cf44464d96356e62fd
f1
a
fb
7eca
"
# Cross Compile Docker Helper Scripts v1.3.0
# We use the linux/amd64 platform shell scripts since there is no difference between the different platform scripts
xx_image_digest
:
"
sha256:c9609ace652bbe51dd4ce90e0af9d48a4590f1214246da5bc70e46f6dd586edc"
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.alpine
+
6
−
6
View file @
cbdcf8ef
...
...
@@ -18,15 +18,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 docker.io/vaultwarden/web-vault:v2023.1
0
.0
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2023.1
0
.0
# [docker.io/vaultwarden/web-vault@sha256:41
9
e4
976921f98f1124f296ed02e68bf7f8ff29b3
f1fb
a59e7e715228a065935
]
# $ docker pull docker.io/vaultwarden/web-vault:v2023.1
2
.0
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2023.1
2
.0
# [docker.io/vaultwarden/web-vault@sha256:
cb8e27c2
41e4
74d1c162e0fc1909ba0c33f20cf44464d96356e62fd
f1
a
fb
7eca
]
#
# - Conversely, to get the tag name from the digest:
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:41
9
e4
976921f98f1124f296ed02e68bf7f8ff29b3
f1fb
a59e7e715228a065935
# [docker.io/vaultwarden/web-vault:v2023.1
0
.0]
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:
cb8e27c2
41e4
74d1c162e0fc1909ba0c33f20cf44464d96356e62fd
f1
a
fb
7eca
# [docker.io/vaultwarden/web-vault:v2023.1
2
.0]
#
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:41
9
e4
976921f98f1124f296ed02e68bf7f8ff29b3
f1fb
a59e7e715228a065935
as vault
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:
cb8e27c2
41e4
74d1c162e0fc1909ba0c33f20cf44464d96356e62fd
f1
a
fb
7eca
as vault
########################## ALPINE BUILD IMAGES ##########################
## NOTE: The Alpine Base Images do not support other platforms then linux/amd64
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.debian
+
6
−
6
View file @
cbdcf8ef
...
...
@@ -18,15 +18,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 docker.io/vaultwarden/web-vault:v2023.1
0
.0
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2023.1
0
.0
# [docker.io/vaultwarden/web-vault@sha256:41
9
e4
976921f98f1124f296ed02e68bf7f8ff29b3
f1fb
a59e7e715228a065935
]
# $ docker pull docker.io/vaultwarden/web-vault:v2023.1
2
.0
# $ docker image inspect --format "{{.RepoDigests}}" docker.io/vaultwarden/web-vault:v2023.1
2
.0
# [docker.io/vaultwarden/web-vault@sha256:
cb8e27c2
41e4
74d1c162e0fc1909ba0c33f20cf44464d96356e62fd
f1
a
fb
7eca
]
#
# - Conversely, to get the tag name from the digest:
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:41
9
e4
976921f98f1124f296ed02e68bf7f8ff29b3
f1fb
a59e7e715228a065935
# [docker.io/vaultwarden/web-vault:v2023.1
0
.0]
# $ docker image inspect --format "{{.RepoTags}}" docker.io/vaultwarden/web-vault@sha256:
cb8e27c2
41e4
74d1c162e0fc1909ba0c33f20cf44464d96356e62fd
f1
a
fb
7eca
# [docker.io/vaultwarden/web-vault:v2023.1
2
.0]
#
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:41
9
e4
976921f98f1124f296ed02e68bf7f8ff29b3
f1fb
a59e7e715228a065935
as vault
FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:
cb8e27c2
41e4
74d1c162e0fc1909ba0c33f20cf44464d96356e62fd
f1
a
fb
7eca
as vault
########################## Cross Compile Docker Helper Scripts ##########################
## We use the linux/amd64 no matter which Build Platform, since these are all bash scripts
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment