From 5bda0492f8208dd247e4e07b2734592ab1605d58 Mon Sep 17 00:00:00 2001 From: Meggie Date: Tue, 7 Mar 2023 18:37:27 -0500 Subject: [PATCH 1/3] Update content.md (#4) * Update content.md * fix markdownfmt --- vault/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vault/content.md b/vault/content.md index d3a27503d7e0..9d0f6988b2da 100644 --- a/vault/content.md +++ b/vault/content.md @@ -5,6 +5,8 @@ Vault is a tool for securely accessing secrets. A secret is anything that you wa - [Vault documentation](https://www.vaultproject.io/) - [Vault on GitHub](https://github.com/hashicorp/vault) +> **Warning** Upcoming in Vault 1.14 we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from “hashicorp/vault” instead of “vault”. More information is available on our [deprecation page](https://developer.hashicorp.com/vault/docs/deprecation). + %%LOGO%% # Using the Container From 7bf1c07e5d431876e6ec024da8b194dd5c3db8d4 Mon Sep 17 00:00:00 2001 From: Meggie Ladlow Date: Thu, 9 Mar 2023 17:44:34 -0500 Subject: [PATCH 2/3] Use deprecated.md file like consul https://github.com/docker-library/docs/pull/2283 --- vault/content.md | 2 -- vault/deprecated.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 vault/deprecated.md diff --git a/vault/content.md b/vault/content.md index 9d0f6988b2da..d3a27503d7e0 100644 --- a/vault/content.md +++ b/vault/content.md @@ -5,8 +5,6 @@ Vault is a tool for securely accessing secrets. A secret is anything that you wa - [Vault documentation](https://www.vaultproject.io/) - [Vault on GitHub](https://github.com/hashicorp/vault) -> **Warning** Upcoming in Vault 1.14 we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from “hashicorp/vault” instead of “vault”. More information is available on our [deprecation page](https://developer.hashicorp.com/vault/docs/deprecation). - %%LOGO%% # Using the Container diff --git a/vault/deprecated.md b/vault/deprecated.md new file mode 100644 index 000000000000..9337bd9c9baa --- /dev/null +++ b/vault/deprecated.md @@ -0,0 +1,2 @@ +Upcoming in Vault 1.14, we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from [hashicorp/vault](https://hub.docker.com/r/hashicorp/vault) instead of [vault](https://hub.docker.com/_/vault). Verified Publisher images can be found at https://hub.docker.com/r/hashicorp/vault. + From 7a8a60843f93a70130b18dab4a518ad1ed9c504b Mon Sep 17 00:00:00 2001 From: Meggie Date: Fri, 10 Mar 2023 08:10:13 -0500 Subject: [PATCH 3/3] Removing newline (#5) --- vault/deprecated.md | 1 - 1 file changed, 1 deletion(-) diff --git a/vault/deprecated.md b/vault/deprecated.md index 9337bd9c9baa..5a601656e8b9 100644 --- a/vault/deprecated.md +++ b/vault/deprecated.md @@ -1,2 +1 @@ Upcoming in Vault 1.14, we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from [hashicorp/vault](https://hub.docker.com/r/hashicorp/vault) instead of [vault](https://hub.docker.com/_/vault). Verified Publisher images can be found at https://hub.docker.com/r/hashicorp/vault. -