Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Vault 1.7.0-rc1 #9783

Merged
merged 2 commits into from
Mar 12, 2021
Merged

Add Vault 1.7.0-rc1 #9783

merged 2 commits into from
Mar 12, 2021

Conversation

swayne275
Copy link
Contributor

No description provided.

@github-actions
Copy link

Diff for d20f3ed:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0f38f9b..f24b5dd 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -15,3 +15,8 @@ Tags: 1.6.3, latest
 Architectures: amd64, arm32v6, arm64v8, i386
 GitCommit: fb6bc85ef0828edb45abac40d5cb55a1d5bf50a6
 Directory: 0.X
+
+Tags: 1.7.0-rc1
+Architectures: amd64, arm32v6, arm64v8, i386
+GitCommit: cf73ab856a98b3f240f9545afe4184a22ec16b44
+Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index 52377e3..a5e6a4f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,5 @@
 vault:1.4.7
 vault:1.5.7
 vault:1.6.3
+vault:1.7.0-rc1
 vault:latest
diff --git a/vault_latest/Dockerfile b/vault_1.7.0-rc1/Dockerfile
similarity index 99%
copy from vault_latest/Dockerfile
copy to vault_1.7.0-rc1/Dockerfile
index 5931a31..9f4adb5 100644
--- a/vault_latest/Dockerfile
+++ b/vault_1.7.0-rc1/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.13
 
 # This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.6.3
+ARG VAULT_VERSION=1.7.0-rc1
 
 # Create a vault user and group first so the IDs get set the same way,
 # even as the rest of this may change over time.
diff --git a/vault_1.4.7/docker-entrypoint.sh b/vault_1.7.0-rc1/docker-entrypoint.sh
similarity index 100%
copy from vault_1.4.7/docker-entrypoint.sh
copy to vault_1.7.0-rc1/docker-entrypoint.sh

@yosifkit yosifkit merged commit bb86376 into docker-library:master Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants