From c65270ba2589c5aa52e5f6f07ff3271044630b2b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 26 Sep 2025 10:33:41 +0200 Subject: [PATCH] add "go" redirect for DCT deprecation Add a redirect to details about the deprecation of Docker Content Trust. This URL can be used for in-product links to the deprecation, and is used by the Docker CLI. Signed-off-by: Sebastiaan van Stijn --- data/redirects.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/redirects.yml b/data/redirects.yml index f5b30b0b6720..81d277ae5a60 100644 --- a/data/redirects.yml +++ b/data/redirects.yml @@ -65,6 +65,10 @@ - /go/daemon-access/ "/engine/deprecated/#deprecated-engine-features-1": - /go/deprecated/ +"https://www.docker.com/blog/retiring-docker-content-trust/": + # Details about the deprecation of Docker Content Trust. This URL can be used + # for in-product links to the deprecation, and is used by the Docker CLI. + - /go/dct-deprecation/ "/engine/reference/commandline/cli/#experimental-features": - /go/experimental/ "/reference/cli/docker/login/#credential-stores":