moby--moby/integration-cli
Vincent Demeester 666563b190 Merge pull request #21046 from cyli/use-notary-cli
Sign all first-level delegation roles when doing a trusted push
2016-03-22 07:42:21 +01:00
..
fixtures Trusted push now adds the tag to every first level delegation role for which we have keys 2016-03-21 10:56:09 -07:00
check_test.go Add test for targets/releases preference when pulling 2016-03-21 10:56:42 -07:00
daemon.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
docker_api_attach_test.go
docker_api_build_test.go
docker_api_containers_test.go
docker_api_create_test.go
docker_api_events_test.go
docker_api_exec_resize_test.go
docker_api_exec_test.go
docker_api_images_test.go
docker_api_info_test.go
docker_api_inspect_test.go
docker_api_inspect_unix_test.go
docker_api_logs_test.go
docker_api_network_test.go
docker_api_resize_test.go
docker_api_stats_test.go
docker_api_test.go
docker_api_update_unix_test.go
docker_api_version_test.go
docker_api_volumes_test.go
docker_cli_attach_test.go
docker_cli_attach_unix_test.go
docker_cli_authz_unix_test.go
docker_cli_build_test.go Pull, Pull-A, and Build will only pull tags from the targets role or the targets/releases role. 2016-03-21 10:56:49 -07:00
docker_cli_build_unix_test.go
docker_cli_by_digest_test.go
docker_cli_commit_test.go
docker_cli_config_test.go
docker_cli_cp_from_container_test.go
docker_cli_cp_test.go
docker_cli_cp_to_container_test.go
docker_cli_cp_to_container_unix_test.go
docker_cli_cp_utils.go
docker_cli_create_test.go
docker_cli_daemon_experimental_test.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
docker_cli_daemon_test.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
docker_cli_diff_test.go
docker_cli_events_test.go
docker_cli_events_unix_test.go
docker_cli_exec_test.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
docker_cli_exec_unix_test.go
docker_cli_experimental_test.go
docker_cli_export_import_test.go
docker_cli_external_graphdriver_unix_test.go
docker_cli_help_test.go
docker_cli_history_test.go
docker_cli_images_test.go
docker_cli_import_test.go
docker_cli_info_test.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
docker_cli_inspect_experimental_test.go
docker_cli_inspect_test.go
docker_cli_kill_test.go
docker_cli_links_test.go
docker_cli_links_unix_test.go
docker_cli_login_test.go
docker_cli_logout_test.go
docker_cli_logs_bench_test.go Fixes some issues with jsonfile write/read 2016-03-21 11:05:58 -04:00
docker_cli_logs_test.go
docker_cli_nat_test.go
docker_cli_netmode_test.go
docker_cli_network_unix_test.go
docker_cli_oom_killed_test.go
docker_cli_pause_test.go
docker_cli_port_test.go
docker_cli_proxy_test.go
docker_cli_ps_test.go
docker_cli_pull_local_test.go
docker_cli_pull_test.go
docker_cli_pull_trusted_test.go Pull, Pull-A, and Build will only pull tags from the targets role or the targets/releases role. 2016-03-21 10:56:49 -07:00
docker_cli_push_test.go Pull, Pull-A, and Build will only pull tags from the targets role or the targets/releases role. 2016-03-21 10:56:49 -07:00
docker_cli_registry_user_agent_test.go Pass upstream client's user agent through to registry on operations beyond pulls 2016-03-21 14:31:47 -07:00
docker_cli_rename_test.go
docker_cli_restart_test.go
docker_cli_rm_test.go
docker_cli_rmi_test.go
docker_cli_run_test.go Fix one-character directory issue in the volume option (#20122). 2016-03-21 02:55:06 +00:00
docker_cli_run_unix_test.go
docker_cli_save_load_test.go
docker_cli_save_load_unix_test.go
docker_cli_search_test.go
docker_cli_sni_test.go
docker_cli_start_test.go
docker_cli_start_volume_driver_unix_test.go
docker_cli_stats_test.go
docker_cli_tag_test.go
docker_cli_top_test.go
docker_cli_update_test.go
docker_cli_update_unix_test.go
docker_cli_userns_test.go
docker_cli_v2_only_test.go
docker_cli_version_test.go
docker_cli_volume_test.go
docker_cli_wait_test.go
docker_experimental_network_test.go
docker_hub_pull_suite_test.go
docker_test_vars.go
docker_utils.go
events_utils.go
npipe.go
npipe_windows.go
registry.go
registry_mock.go
requirements.go Trusted push now adds the tag to every first level delegation role for which we have keys 2016-03-21 10:56:09 -07:00
requirements_unix.go
test_vars_exec.go
test_vars_noexec.go
test_vars_noseccomp.go
test_vars_seccomp.go
test_vars_unix.go
test_vars_windows.go
trust_server.go Pull, Pull-A, and Build will only pull tags from the targets role or the targets/releases role. 2016-03-21 10:56:49 -07:00
utils.go