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 images for 1.13.1, 1.12.5, 1.11.9 #14376

Merged
merged 4 commits into from
Mar 30, 2023

Conversation

calvn
Copy link
Contributor

@calvn calvn commented Mar 30, 2023

This PR updates docker images for Vault to 1.13.1, 1.12.5, and 1.11.9

@calvn calvn changed the title update images for 1.13.1, 1.12.5, 1.11.9 Update Vault images for 1.13.1, 1.12.5, 1.11.9 Mar 30, 2023
@github-actions
Copy link

Diff for 9942784:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index a947e58..526b096 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,22 +1,23 @@
 Maintainers: Meggie Ladlow <meggie@hashicorp.com> (@mladlow), Calvin Leung Huang <calvin@hashicorp.com> (@calvn), Nick Cabatoff <ncabatoff@hashicorp.com> (@ncabatoff)
 GitRepo: https://github.com/hashicorp/docker-vault.git
+GitFetch: refs/heads/main
 
 Tags: 1.10.11
 Architectures: amd64, arm32v6, arm64v8, i386
 GitCommit: dd29a490ec67705d58da784656b65a4947c53e4f
 Directory: 0.X
 
-Tags: 1.11.8
+Tags: 1.11.9
 Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 8aa831c3bccee7ba4252c2123ae2bec5a9d6317c
+GitCommit: 9b1e7e85fe2b10bef43cb51f2811f94cbcca0985
 Directory: 0.X
 
-Tags: 1.12.4
+Tags: 1.12.5
 Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: d5750fd81e2d83749d2d353a21e826c80626fd74
+GitCommit: 1c807197a9189143998d727ba68a849a9e58b7de
 Directory: 0.X
 
-Tags: 1.13.0, latest
+Tags: 1.13.1, latest
 Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 91304d4005021e93fa4c5833a3e9f40671189e83
+GitCommit: 4743e7c2efe289f85528d72a6ca13e8223309008
 Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index 569f5d0..71d16c0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
 vault:1.10.11
-vault:1.11.8
-vault:1.12.4
-vault:1.13.0
+vault:1.11.9
+vault:1.12.5
+vault:1.13.1
 vault:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 14e1c85..a4c5cd7 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,4 @@
 vault:1.10.11
-vault:1.11.8
-vault:1.12.4
+vault:1.11.9
+vault:1.12.5
 vault:latest
diff --git a/vault_1.12.4/Dockerfile b/vault_1.11.9/Dockerfile
similarity index 99%
rename from vault_1.12.4/Dockerfile
rename to vault_1.11.9/Dockerfile
index 697db9b..5923905 100644
--- a/vault_1.12.4/Dockerfile
+++ b/vault_1.11.9/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.14
 
 # This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.12.4
+ARG VAULT_VERSION=1.11.9
 
 # 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.11.8/docker-entrypoint.sh b/vault_1.11.9/docker-entrypoint.sh
similarity index 100%
rename from vault_1.11.8/docker-entrypoint.sh
rename to vault_1.11.9/docker-entrypoint.sh
diff --git a/vault_1.11.8/Dockerfile b/vault_1.12.5/Dockerfile
similarity index 99%
rename from vault_1.11.8/Dockerfile
rename to vault_1.12.5/Dockerfile
index 428e430..e701515 100644
--- a/vault_1.11.8/Dockerfile
+++ b/vault_1.12.5/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.14
 
 # This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.11.8
+ARG VAULT_VERSION=1.12.5
 
 # 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.12.4/docker-entrypoint.sh b/vault_1.12.5/docker-entrypoint.sh
similarity index 100%
rename from vault_1.12.4/docker-entrypoint.sh
rename to vault_1.12.5/docker-entrypoint.sh
diff --git a/vault_latest/Dockerfile b/vault_latest/Dockerfile
index a25f47f..97f4834 100644
--- a/vault_latest/Dockerfile
+++ b/vault_latest/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.14
 
 # This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.13.0
+ARG VAULT_VERSION=1.13.1
 
 # 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.

Relevant Maintainers:

@yosifkit yosifkit merged commit dc621b0 into docker-library:master Mar 30, 2023
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.

3 participants