moby--moby/integration-cli
Deng Guangxing 795a58fb44 'docker rmi -f IMAGE_ID' untag all names and delete the image
If an image has been tagged to multiple repos and tags, 'docker
rmi -f IMAGE_ID' will just untag one random repo instead of
untagging all and deleting the image. This patch implement
this. This commit is composed of:

        *untag all names and delete the image

        *add test to this feature

        *modify commandline/cli.md to explain this

Signed-off-by: Deng Guangxing <dengguangxing@huawei.com>
2015-04-11 09:24:21 +08:00
..
docker_api_attach_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_api_containers_test.go add TestContainerApiPause case 2015-04-10 09:14:01 +08:00
docker_api_exec_test.go Add build flag to exec test. 2015-01-23 16:18:39 -08:00
docker_api_images_test.go Remove Job from `docker images` 2015-04-08 19:33:01 -07:00
docker_api_inspect_test.go Merge pull request #12107 from cpuguy83/remove_striptrailingchars 2015-04-06 08:46:08 -07:00
docker_api_resize_test.go api_resize_test: fix a typo 2015-04-10 03:09:26 -04:00
docker_cli_attach_test.go Fix vet errors about formatting directives 2014-12-12 10:58:56 -08:00
docker_cli_attach_unix_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_build_test.go Fix TestBuildCancelationKillsSleep to not fail on Windows 2015-04-09 21:03:19 +02:00
docker_cli_by_digest_test.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
docker_cli_commit_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_cp_test.go cleanup/fix integration-cli for overlay in overlay 2015-04-08 16:59:36 -07:00
docker_cli_create_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_daemon_test.go Remove job from wait 2015-04-10 20:17:02 +02:00
docker_cli_diff_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_events_test.go Merge pull request #12115 from cpuguy83/fix_events_filter_test 2015-04-09 11:40:08 -07:00
docker_cli_events_unix_test.go integ-cli: fix clock skew against remote test daemon 2015-03-11 10:28:56 -07:00
docker_cli_exec_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_export_import_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_help_test.go Add checking trailing space for all lines of the help output 2015-03-11 21:24:30 +08:00
docker_cli_history_test.go Rebase + some fixes 2015-04-09 21:29:42 -04:00
docker_cli_images_test.go Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
docker_cli_import_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_info_test.go cli_info_test: Check all required fields 2015-04-09 04:01:39 -07:00
docker_cli_inspect_test.go Move InspectExecID test to exec. 2015-01-23 16:18:39 -08:00
docker_cli_kill_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_links_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_login_test.go Make .dockercfg with json.MarshallIndent 2015-01-17 07:05:56 -05:00
docker_cli_logs_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_nat_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_pause_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_port_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_proxy_test.go Merge pull request #11216 from ahmetalpbalkan/win-cli/TestCliProxyDisableProxyUnixSock-fix 2015-03-09 09:09:52 -07:00
docker_cli_ps_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_pull_test.go Revert all but TestPullImageFromCentralRegistry changes 2015-03-24 16:27:35 -07:00
docker_cli_push_test.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
docker_cli_rename_test.go duplicate logDone in TestRenameRunningContainer and TestRenameCheckNames 2015-04-08 13:33:05 +08:00
docker_cli_restart_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_rm_test.go Last three tests skip on lxc. 2015-03-04 06:04:25 -08:00
docker_cli_rmi_test.go 'docker rmi -f IMAGE_ID' untag all names and delete the image 2015-04-11 09:24:21 +08:00
docker_cli_run_test.go cleanup/fix integration-cli for overlay in overlay 2015-04-08 16:59:36 -07:00
docker_cli_run_unix_test.go Fixing fail message in TestRunDeviceDirectory 2015-04-07 13:14:47 -07:00
docker_cli_save_load_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_save_load_unix_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_search_test.go If docker search with --starts=${negative number}, it would show the warning. 2015-04-03 08:55:34 +08:00
docker_cli_start_test.go Rename TestStartSilentAttach to TestStartAttachSilent 2015-04-10 10:45:38 -07:00
docker_cli_tag_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_top_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_version_test.go cli: Add server OS/Arch info to 'version' cmd 2015-02-23 14:32:25 -08:00
docker_cli_wait_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_test_vars.go Revert all but TestPullImageFromCentralRegistry changes 2015-03-24 16:27:35 -07:00
docker_test_vars_cli.go integration-cli: add mechanism to skip tests 2015-02-17 00:43:41 -08:00
docker_test_vars_daemon.go integration-cli: add mechanism to skip tests 2015-02-17 00:43:41 -08:00
docker_utils.go add TestContainerApiPause case 2015-04-10 09:14:01 +08:00
registry.go Revert all but TestPullImageFromCentralRegistry changes 2015-03-24 16:27:35 -07:00
requirements.go Test image api through local V1 repo 2015-03-23 16:45:48 +00:00
test_vars_exec.go integration-cli: add test requirement ExecSupport 2015-02-20 23:24:30 -08:00
test_vars_noexec.go integration-cli: add test requirement ExecSupport 2015-02-20 23:24:30 -08:00
test_vars_unix.go pkg/archive: adjust chmod bits on windows 2015-03-04 14:10:37 -08:00
test_vars_windows.go Change windows default permissions to 755 not 711, read access for all poses little security risk and prevents breaking existing Dockerfiles 2015-03-20 21:54:33 -07:00
utils.go Fix TestBuildCancelationKillsSleep to not fail on Windows 2015-04-09 21:03:19 +02:00