-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update Vault for 1.13.3, 1.12.7, 1.11.11 #14868
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
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)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
CI failure looks to be due to #14607 (comment) 👀 (it'd also be good to squash your commits, but we can do that on merge if we need to 😅) |
Diff for e10f88c:diff --git a/_bashbrew-cat b/_bashbrew-cat
index b797c7a..70ce0a9 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,22 +2,17 @@ Maintainers: Meggie Ladlow <meggie@hashicorp.com> (@mladlow), Calvin Leung Huang
GitRepo: https://github.com/hashicorp/docker-vault.git
GitFetch: refs/heads/main
-Tags: 1.10.11
+Tags: 1.11.11
Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: dd29a490ec67705d58da784656b65a4947c53e4f
+GitCommit: e90ed0d020018291fabd520e9c36196c1e58f049
Directory: 0.X
-Tags: 1.11.10
+Tags: 1.12.7
Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 4d89358cb1a1b1c779a4b22a1b85d3702ff01c44
+GitCommit: 48d258c844d65814e16c123f8d3750a4e73e4350
Directory: 0.X
-Tags: 1.12.6
+Tags: 1.13.3, latest
Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: cdbd2879fc547518ed4a0f5a04d98cbc8b38aa03
-Directory: 0.X
-
-Tags: 1.13.2, latest
-Architectures: amd64, arm32v6, arm64v8, i386
-GitCommit: 92e6cded15b716b1e92a7b36eefbe9a5d9967e55
+GitCommit: 152f49d818b2764c437ee1fd20ee4d13791a8296
Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index 665d2d6..c8673bd 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,4 @@
-vault:1.10.11
-vault:1.11.10
-vault:1.12.6
-vault:1.13.2
+vault:1.11.11
+vault:1.12.7
+vault:1.13.3
vault:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 81eab22..f6ab664 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,3 @@
-vault:1.10.11
-vault:1.11.10
-vault:1.12.6
+vault:1.11.11
+vault:1.12.7
vault:latest
diff --git a/vault_1.11.10/Dockerfile b/vault_1.11.10/Dockerfile
deleted file mode 100644
index d3c8aee..0000000
diff --git a/vault_1.10.11/Dockerfile b/vault_1.11.11/Dockerfile
similarity index 98%
rename from vault_1.10.11/Dockerfile
rename to vault_1.11.11/Dockerfile
index cf5da33..de469a2 100644
--- a/vault_1.10.11/Dockerfile
+++ b/vault_1.11.11/Dockerfile
@@ -1,7 +1,7 @@
-FROM alpine:3.14
+FROM alpine:3.18
# This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.10.11
+ARG VAULT_VERSION=1.11.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.11/docker-entrypoint.sh b/vault_1.11.11/docker-entrypoint.sh
similarity index 100%
rename from vault_1.10.11/docker-entrypoint.sh
rename to vault_1.11.11/docker-entrypoint.sh
diff --git a/vault_1.12.6/docker-entrypoint.sh b/vault_1.12.6/docker-entrypoint.sh
deleted file mode 100755
index 3b72da2..0000000
diff --git a/vault_1.12.6/Dockerfile b/vault_1.12.7/Dockerfile
similarity index 98%
rename from vault_1.12.6/Dockerfile
rename to vault_1.12.7/Dockerfile
index f5e1711..e234c2e 100644
--- a/vault_1.12.6/Dockerfile
+++ b/vault_1.12.7/Dockerfile
@@ -1,7 +1,7 @@
-FROM alpine:3.14
+FROM alpine:3.18
# This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.12.6
+ARG VAULT_VERSION=1.12.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.11.10/docker-entrypoint.sh b/vault_1.12.7/docker-entrypoint.sh
similarity index 100%
rename from vault_1.11.10/docker-entrypoint.sh
rename to vault_1.12.7/docker-entrypoint.sh
diff --git a/vault_latest/Dockerfile b/vault_latest/Dockerfile
index e3baf00..a80f8c3 100644
--- a/vault_latest/Dockerfile
+++ b/vault_latest/Dockerfile
@@ -1,7 +1,7 @@
-FROM alpine:3.14
+FROM alpine:3.18
# This is the release of Vault to pull in.
-ARG VAULT_VERSION=1.13.2
+ARG VAULT_VERSION=1.13.3
# 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:
|
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.