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 to 1.4.7 and 1.5.4 #8780

Merged
merged 1 commit into from
Sep 25, 2020
Merged

Conversation

sarahethompson
Copy link
Contributor

No description provided.

@github-actions
Copy link

Diff for 94722c2:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index b3bbe17..d0160d5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,22 +1,12 @@
 Maintainers: Chris Hoffman <choffman@hashicorp.com> (@chrishoffman), Jeff Mitchell <jeff@hashicorp.com> (@jefferai), Matthew Irish <matthew@hashicorp.com> (@meirish)
 GitRepo: https://github.com/hashicorp/docker-vault.git
 
-Tags: 1.2.7
+Tags: 1.4.7
 Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 8ada1d2f5394f7170dbe826f3c2a861860c1cb48
+GitCommit: e4635725bcf8ce18f9d8fd5be5a69bf882d21223
 Directory: 0.X
 
-Tags: 1.3.10
+Tags: 1.5.4, latest
 Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: c2fb5c4b28a1ae73e59577167e67a9ff104ef7d5
-Directory: 0.X
-
-Tags: 1.4.6
-Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 0a9096d0c1dbdeae6dfb1fa627cc493eadf2b8ef
-Directory: 0.X
-
-Tags: 1.5.3, latest
-Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 30216a9698d2ad22ce1aa029181106b12d953f5a
+GitCommit: 116532db71bb217a59b63d5bec687a1821319415
 Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index 899ae44..4043a44 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,3 @@
-vault:1.2.7
-vault:1.3.10
-vault:1.4.6
-vault:1.5.3
+vault:1.4.7
+vault:1.5.4
 vault:latest
diff --git a/vault_1.2.7/Dockerfile b/vault_1.2.7/Dockerfile
deleted file mode 100644
index 2aea717..0000000
diff --git a/vault_1.3.10/Dockerfile b/vault_1.3.10/Dockerfile
deleted file mode 100644
index 46ac995..0000000
diff --git a/vault_1.3.10/docker-entrypoint.sh b/vault_1.3.10/docker-entrypoint.sh
deleted file mode 100755
index 81214cb..0000000
diff --git a/vault_1.4.6/docker-entrypoint.sh b/vault_1.4.6/docker-entrypoint.sh
deleted file mode 100755
index 81214cb..0000000
diff --git a/vault_1.4.6/Dockerfile b/vault_1.4.7/Dockerfile
similarity index 99%
rename from vault_1.4.6/Dockerfile
rename to vault_1.4.7/Dockerfile
index 7ac318f..9f06a20 100644
--- a/vault_1.4.6/Dockerfile
+++ b/vault_1.4.7/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.10
 
 # This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.4.6
+ARG VAULT_VERSION=1.4.7
 
 # 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.2.7/docker-entrypoint.sh b/vault_1.4.7/docker-entrypoint.sh
similarity index 100%
rename from vault_1.2.7/docker-entrypoint.sh
rename to vault_1.4.7/docker-entrypoint.sh
diff --git a/vault_latest/Dockerfile b/vault_latest/Dockerfile
index 1f8242d..7e1684e 100644
--- a/vault_latest/Dockerfile
+++ b/vault_latest/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.10
 
 # This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.5.3
+ARG VAULT_VERSION=1.5.4
 
 # 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.

@yosifkit yosifkit merged commit 8990c4f into docker-library:master Sep 25, 2020
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