Skip to content

Conversation

@anwittin
Copy link
Contributor

@anwittin anwittin commented Mar 7, 2023

No description provided.

anwittin added 2 commits March 6, 2023 13:37
Added 1.13.0 and removed 1.9.x; updated all the SHAs.
@github-actions
Copy link

github-actions bot commented Mar 7, 2023

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:

@tianon
Copy link
Member

tianon commented Mar 7, 2023

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 library/vault file in the future to include GitFetch: refs/heads/main (probably up by GitRepo: is where I'd recommend putting it).

@tianon tianon merged commit c616aba into docker-library:master Mar 7, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants