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
6d7e15b2
Unverified
Commit
6d7e15b2
authored
6 years ago
by
Daniel García
Browse files
Options
Downloads
Patches
Plain Diff
Use web vault 2.9.0 release
parent
61515160
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
Dockerfile.aarch64
+1
-1
1 addition, 1 deletion
Dockerfile.aarch64
Dockerfile.alpine
+1
-1
1 addition, 1 deletion
Dockerfile.alpine
Dockerfile.armv6
+1
-1
1 addition, 1 deletion
Dockerfile.armv6
Dockerfile.armv7
+1
-1
1 addition, 1 deletion
Dockerfile.armv7
with
5 additions
and
5 deletions
Dockerfile
+
1
−
1
View file @
6d7e15b2
...
...
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM
alpine
as
vault
ENV
VAULT_VERSION "v2.9.0
-pre1
"
ENV
VAULT_VERSION "v2.9.0"
ENV
URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.aarch64
+
1
−
1
View file @
6d7e15b2
...
...
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine as vault
ENV VAULT_VERSION "v2.9.0
-pre1
"
ENV VAULT_VERSION "v2.9.0"
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.alpine
+
1
−
1
View file @
6d7e15b2
...
...
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine as vault
ENV VAULT_VERSION "v2.9.0
-pre1
"
ENV VAULT_VERSION "v2.9.0"
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.armv6
+
1
−
1
View file @
6d7e15b2
...
...
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine as vault
ENV VAULT_VERSION "v2.9.0
-pre1
"
ENV VAULT_VERSION "v2.9.0"
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.armv7
+
1
−
1
View file @
6d7e15b2
...
...
@@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine as vault
ENV VAULT_VERSION "v2.9.0
-pre1
"
ENV VAULT_VERSION "v2.9.0"
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
...
...
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