moby/api/client
Yong Tang 1f0d5aba50 Remove deprecated Docker Content Trust ENV passphrase variables
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>
2016-05-07 14:25:28 -07:00
..
formatter do not trim one char from {{.Names}} each time it is used in --format 2016-04-06 11:04:13 -07:00
inspect Provide basic string manupilation functions for template executions. 2016-03-09 19:37:12 -05:00
attach.go Update client code with api changes 2016-04-15 12:48:01 +02:00
build.go Update client code with api changes 2016-04-15 12:48:01 +02:00
cli.go Refactor cliconfig so that the default constructor can exist in the package. 2016-04-27 14:25:47 -04:00
client.go Make sure docker api client implements engine-api client. 2016-01-07 21:02:19 -05:00
commands.go Remove reflection on CLI init 2016-04-29 11:57:46 -04:00
commit.go Update client code with api changes 2016-04-15 12:48:01 +02:00
cp.go Update code for latest engine-api 2016-04-19 16:56:54 +02:00
create.go Update client code with api changes 2016-04-15 12:48:01 +02:00
diff.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
events.go Remove some unused structs and fields 2016-03-01 09:59:29 -08:00
exec.go Update client code with api changes 2016-04-15 12:48:01 +02:00
exec_test.go Update client code with api changes 2016-04-15 12:48:01 +02:00
export.go Apply context changes to the client. 2016-02-04 13:59:57 -05:00
hijack.go cli: move setRawTerminal and restoreTerminal to holdHijackedConnection 2016-03-24 21:25:50 -04:00
history.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
images.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
import.go Update client code with api changes 2016-04-15 12:48:01 +02:00
info.go make Insecure registries uppercase like other keys in docker info 2016-04-25 18:44:34 +08:00
inspect.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
kill.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
load.go Fix docker load progressbar, fixes #21957 2016-04-12 22:45:42 -04:00
login.go Refactor cliconfig so that the default constructor can exist in the package. 2016-04-27 14:25:47 -04:00
logout.go api: client: fix login/logout with creds store 2016-03-02 17:51:50 +01:00
logs.go Add support for reading logs extra attrs 2016-05-06 20:42:20 -04:00
network.go Update client code with api changes 2016-04-15 12:48:01 +02:00
pause.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
port.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
ps.go Deprecated of docker ps since and before options for v1.12 2016-04-19 18:13:55 +08:00
pull.go Fix #22240 do not pull all the tags implicitely 2016-05-01 14:46:04 +02:00
push.go Update client code with api changes 2016-04-15 12:48:01 +02:00
rename.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
restart.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
rm.go Update client code with api changes 2016-04-15 12:48:01 +02:00
rmi.go Update client code with api changes 2016-04-15 12:48:01 +02:00
run.go Update client code with api changes 2016-04-15 12:48:01 +02:00
save.go Apply context changes to the client. 2016-02-04 13:59:57 -05:00
search.go Update engine-api to 1fb8f09960cc32b9648495a422c960fb2a4f8a09 2016-05-05 18:36:09 -04:00
start.go Update client code with api changes 2016-04-15 12:48:01 +02:00
stats.go Do not remove containers from stats list on err 2016-04-13 16:36:34 -04:00
stats_helpers.go Do not remove containers from stats list on err 2016-04-13 16:36:34 -04:00
stats_unit_test.go Do not remove containers from stats list on err 2016-04-13 16:36:34 -04:00
stop.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
tag.go Update client code with api changes 2016-04-15 12:48:01 +02:00
top.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
trust.go Remove deprecated Docker Content Trust ENV passphrase variables 2016-05-07 14:25:28 -07:00
trust_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
unpause.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
update.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
utils.go Update client code with api changes 2016-04-15 12:48:01 +02:00
version.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
volume.go add label support for build, networks and volumes 2016-03-22 11:49:06 -04:00
wait.go Apply context changes to the client. 2016-02-04 13:59:57 -05:00