Skip to content

Conversation

cinthiaconti
Copy link
Contributor

No description provided.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@tianon
Copy link
Member

tianon commented Jun 15, 2023

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 😅)

@github-actions
Copy link

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:

@tianon tianon merged commit 52573ae into docker-library:master Jun 20, 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.

4 participants