-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove latest tag from official Vault images #14940
Conversation
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)
Removing latest tag from 1.13.3
Diff for dd9415d:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 70ce0a9..c56131b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -12,7 +12,7 @@ Architectures: amd64, arm32v6, arm64v8, i386
GitCommit: 48d258c844d65814e16c123f8d3750a4e73e4350
Directory: 0.X
-Tags: 1.13.3, latest
+Tags: 1.13.3
Architectures: amd64, arm32v6, arm64v8, i386
GitCommit: 152f49d818b2764c437ee1fd20ee4d13791a8296
Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index c8673bd..c3b01e3 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,3 @@
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 f6ab664..c3b01e3 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
vault:1.11.11
vault:1.12.7
-vault:latest
+vault:1.13.3
diff --git a/vault_latest/Dockerfile b/vault_1.13.3/Dockerfile
similarity index 100%
rename from vault_latest/Dockerfile
rename to vault_1.13.3/Dockerfile
diff --git a/vault_latest/docker-entrypoint.sh b/vault_1.13.3/docker-entrypoint.sh
similarity index 100%
rename from vault_latest/docker-entrypoint.sh
rename to vault_1.13.3/docker-entrypoint.sh Relevant Maintainers:
|
As requested: $ docker pull vault:latest
Error response from daemon: manifest for vault:latest not found: manifest unknown: manifest unknown 👍 ❤️ |
Ack... I just saw this notice... I will do as it suggets.
|
For sure! We'll be here, ready to help if you ever decide you want to resurrect this image. ❤️ |
Per docker-library/docs#2283 (comment), could I also request that the latest tag be deleted please?