Skip to content
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 deprecated Docker Content Trust ENV passphrase variables #22574

Merged
merged 1 commit into from May 9, 2016

Conversation

yongtang
Copy link
Member

@yongtang yongtang commented May 7, 2016

Since 1.9, Docker Content Trust Offline key has been renamed to Root key and the Tagging key has been renamed to Repository key.

The corresponding environment variables
DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE
DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE

have also been deprecated and renamed to

DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE

This fix removed the deprecated ENV passphrase variables for 1.12 and updated the docs.

Signed-off-by: Yong Tang yong.tang.github@outlook.com

Since 1.9, Docker Content Trust Offline key has been renamed to
Root key and the Tagging key has been renamed to Repository key.
The corresponding environment variables
`DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE`
`DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE`
have also been deprecated and renamed to
`DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE`
`DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE`

This fix removed the deprecated ENV passphrase variables for
1.12 and updated the docs.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
@thaJeztah
Copy link
Member

LGTM

ping @endophage @cyli @riyazdf ptal


- 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
- DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE is named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nonblocking minor nitpick: can we change "is named" to "is now named" or "has been renamed"?

@cyli
Copy link
Contributor

cyli commented May 9, 2016

LGTM

@endophage
Copy link
Contributor

Yep, LGTM.

@LK4D4
Copy link
Contributor

LK4D4 commented May 9, 2016

LGTM
@cyli would you mind to open docs PR for your suggest?

@LK4D4 LK4D4 merged commit fad0305 into moby:master May 9, 2016
@cyli
Copy link
Contributor

cyli commented May 9, 2016

@LK4D4 Done: #22609

@yongtang yongtang deleted the 05072016-remove-deprecated-trust-env branch May 10, 2016 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants