Remove latest tag from official Vault images#14940
Merged
tianon merged 11 commits intodocker-library:masterfrom Jun 26, 2023
Merged
Remove latest tag from official Vault images#14940tianon merged 11 commits intodocker-library:masterfrom
tianon merged 11 commits intodocker-library:masterfrom
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.shRelevant Maintainers:
|
Member
|
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.
|
Contributor
Author
Member
|
For sure! We'll be here, ready to help if you ever decide you want to resurrect this image. ❤️ |
edigaryev
added a commit
to cirruslabs/cirrus-ci-agent
that referenced
this pull request
Jul 1, 2023
edigaryev
added a commit
to cirruslabs/cirrus-ci-agent
that referenced
this pull request
Jul 1, 2023
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
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.

Per docker-library/docs#2283 (comment), could I also request that the latest tag be deleted please?