-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update Vault for 1.13.0, 1.12.4, 1.11.8, and 1.10.11 #14202
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added 1.13.0 and removed 1.9.x; updated all the SHAs.
Diff for a5e7e25:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 3f2e833..a947e58 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,22 +1,22 @@
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
-Tags: 1.9.10
+Tags: 1.10.11
Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 62322ee96a690b07cdc669eb9876fc05e073ff2c
+GitCommit: dd29a490ec67705d58da784656b65a4947c53e4f
Directory: 0.X
-Tags: 1.10.10
+Tags: 1.11.8
Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 1314eec7432841d038cbd435f9d2fa97a7dfd3f5
+GitCommit: 8aa831c3bccee7ba4252c2123ae2bec5a9d6317c
Directory: 0.X
-Tags: 1.11.7
+Tags: 1.12.4
Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 056fdf2cf0f61b008057f480d1ab2be9efc16416
+GitCommit: d5750fd81e2d83749d2d353a21e826c80626fd74
Directory: 0.X
-Tags: 1.12.3, latest
+Tags: 1.13.0, latest
Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 79972dce1c4487ae46ba37dc629aa15d09d0410b
+GitCommit: 91304d4005021e93fa4c5833a3e9f40671189e83
Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index 9a40d91..569f5d0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
-vault:1.9.10
-vault:1.10.10
-vault:1.11.7
-vault:1.12.3
+vault:1.10.11
+vault:1.11.8
+vault:1.12.4
+vault:1.13.0
vault:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index f05dbd4..14e1c85 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,4 @@
-vault:1.9.10
-vault:1.10.10
-vault:1.11.7
+vault:1.10.11
+vault:1.11.8
+vault:1.12.4
vault:latest
diff --git a/vault_1.10.10/Dockerfile b/vault_1.10.11/Dockerfile
similarity index 99%
rename from vault_1.10.10/Dockerfile
rename to vault_1.10.11/Dockerfile
index 85e744b..cf5da33 100644
--- a/vault_1.10.10/Dockerfile
+++ b/vault_1.10.11/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.14
# This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.10.10
+ARG VAULT_VERSION=1.10.11
# 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.10.10/docker-entrypoint.sh b/vault_1.10.11/docker-entrypoint.sh
similarity index 100%
rename from vault_1.10.10/docker-entrypoint.sh
rename to vault_1.10.11/docker-entrypoint.sh
diff --git a/vault_1.9.10/Dockerfile b/vault_1.11.8/Dockerfile
similarity index 99%
rename from vault_1.9.10/Dockerfile
rename to vault_1.11.8/Dockerfile
index bc333d0..428e430 100644
--- a/vault_1.9.10/Dockerfile
+++ b/vault_1.11.8/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.14
# This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.9.10
+ARG VAULT_VERSION=1.11.8
# 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.7/docker-entrypoint.sh b/vault_1.11.8/docker-entrypoint.sh
similarity index 100%
rename from vault_1.11.7/docker-entrypoint.sh
rename to vault_1.11.8/docker-entrypoint.sh
diff --git a/vault_1.11.7/Dockerfile b/vault_1.12.4/Dockerfile
similarity index 99%
rename from vault_1.11.7/Dockerfile
rename to vault_1.12.4/Dockerfile
index d25ea28..697db9b 100644
--- a/vault_1.11.7/Dockerfile
+++ b/vault_1.12.4/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.14
# This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.11.7
+ARG VAULT_VERSION=1.12.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.
diff --git a/vault_1.9.10/docker-entrypoint.sh b/vault_1.12.4/docker-entrypoint.sh
similarity index 100%
rename from vault_1.9.10/docker-entrypoint.sh
rename to vault_1.12.4/docker-entrypoint.sh
diff --git a/vault_latest/Dockerfile b/vault_latest/Dockerfile
index c9cea20..a25f47f 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.12.3
+ARG VAULT_VERSION=1.13.0
# 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:
|
Member
|
I'm going to merge this for now, but the CI failure is because of the branch rename, so you'll want to update the |
mladlow
added a commit
to hashicorp/docker-official-images
that referenced
this pull request
Mar 7, 2023
We changed the default branch on https://github.com/hashicorp/docker-vault from master to main and I'm trying to fix it with guidance: docker-library#14202 (comment)
calvn
pushed a commit
to hashicorp/docker-official-images
that referenced
this pull request
Mar 30, 2023
We changed the default branch on https://github.com/hashicorp/docker-vault from master to main and I'm trying to fix it with guidance: docker-library#14202 (comment)
tianon
pushed a commit
that referenced
this pull request
Jun 20, 2023
* GitFetch for main We changed the default branch on https://github.com/hashicorp/docker-vault from master to main and I'm trying to fix it with guidance: #14202 (comment) * update images for 1.13.1, 1.12.5, 1.11.9 * vault: add back version 1.10.11 * add newline to file * Update vault 1.13.2, 1.12.6, 1.11.10 * Update vault 1.13.3, 1.12.7, 1.11.11 * Update vault - removing 1.10 tag --------- Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.