From 26701e2d9fc9e45f39b091351088b6b9a9f019d5 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Fri, 9 Oct 2015 20:24:04 -0700 Subject: [PATCH] fix depreciation dates Signed-off-by: Jessica Frazelle --- docs/misc/deprecated.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/misc/deprecated.md b/docs/misc/deprecated.md index 26c182453a..6df323fb11 100644 --- a/docs/misc/deprecated.md +++ b/docs/misc/deprecated.md @@ -106,8 +106,11 @@ the path does not exist. Version 1.9 adds a flag (`--disable-legacy-registry=false`) which prevents the docker daemon from `pull`, `push`, and `login` operations against v1 registries. Though disabled by default, this signals the intent to deprecate the v1 protocol. ### Docker Content Trust ENV passphrase variables name change +**Deprecated In Release: v1.9** + +**Target For Removal In Release: v1.10** As of 1.9, Docker Content Trust Offline key will be renamed to Root key and the Tagging key will be renamed to Repository key. Due to this renaming, we're also changing the corresponding environment variables - DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE will now be named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE -- DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE will now be named DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE \ No newline at end of file +- DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE will now be named DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE