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

Update Vault for 1.9.0-rc1 #11246

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Update Vault for 1.9.0-rc1 #11246

merged 1 commit into from
Nov 5, 2021

Conversation

kalafut
Copy link
Contributor

@kalafut kalafut commented Nov 5, 2021

No description provided.

@github-actions
Copy link

github-actions bot commented Nov 5, 2021

Diff for cfeb2ae:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 76f2cb5..d16f093 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -20,3 +20,8 @@ Tags: 1.8.5, latest
 Architectures: amd64, arm32v6, arm64v8, i386
 GitCommit: 77381744d293b587196423acc6dca5ee4d5898da
 Directory: 0.X
+
+Tags: 1.9.0-rc1
+Architectures: amd64, arm32v6, arm64v8, i386
+GitCommit: f65e9fbd0d9c9a1ab252c8198bd2b9564b1f3781
+Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index 7a23f65..791c21f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,4 +2,5 @@ vault:1.5.9
 vault:1.6.7
 vault:1.7.6
 vault:1.8.5
+vault:1.9.0-rc1
 vault:latest
diff --git a/vault_1.7.6/Dockerfile b/vault_1.9.0-rc1/Dockerfile
similarity index 99%
copy from vault_1.7.6/Dockerfile
copy to vault_1.9.0-rc1/Dockerfile
index d5850b5..dfd7bac 100644
--- a/vault_1.7.6/Dockerfile
+++ b/vault_1.9.0-rc1/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.14
 
 # This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.7.6
+ARG VAULT_VERSION=1.9.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.5.9/docker-entrypoint.sh b/vault_1.9.0-rc1/docker-entrypoint.sh
similarity index 100%
copy from vault_1.5.9/docker-entrypoint.sh
copy to vault_1.9.0-rc1/docker-entrypoint.sh

Relevant Maintainers:

@yosifkit yosifkit merged commit f19333b into docker-library:master Nov 5, 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