mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8936789919
There has been a lot of discussion (issues 4242 and 5262) about making `FROM scratch` either a special case or making `FROM` optional, implying starting from an empty file system. This patch makes the build command `FROM scratch` special cased from now on and if used does not pull/set the the initial layer of the build to the ancient image ID (511136ea..) but instead marks the build as having no base image. The next command in the dockerfile will create an image with a parent image ID of "". This means every image ever can now use one fewer layer! This also makes the image name `scratch` a reserved name by the TagStore. You will not be able to tag an image with this name from now on. If any users currently have an image tagged as `scratch`, they will still be able to use that image, but will not be able to tag a new image with that name. Goodbye '511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158', it was nice knowing you. Fixes #4242 Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn) |
||
---|---|---|
.. | ||
docker_api_containers_test.go | ||
docker_api_exec_test.go | ||
docker_api_inspect_test.go | ||
docker_api_resize_test.go | ||
docker_cli_attach_test.go | ||
docker_cli_build_test.go | ||
docker_cli_commit_test.go | ||
docker_cli_cp_test.go | ||
docker_cli_create_test.go | ||
docker_cli_daemon_test.go | ||
docker_cli_diff_test.go | ||
docker_cli_events_test.go | ||
docker_cli_exec_test.go | ||
docker_cli_export_import_test.go | ||
docker_cli_history_test.go | ||
docker_cli_images_test.go | ||
docker_cli_import_test.go | ||
docker_cli_info_test.go | ||
docker_cli_inspect_test.go | ||
docker_cli_kill_test.go | ||
docker_cli_links_test.go | ||
docker_cli_login_test.go | ||
docker_cli_logs_test.go | ||
docker_cli_nat_test.go | ||
docker_cli_port_test.go | ||
docker_cli_ps_test.go | ||
docker_cli_pull_test.go | ||
docker_cli_push_test.go | ||
docker_cli_restart_test.go | ||
docker_cli_rm_test.go | ||
docker_cli_rmi_test.go | ||
docker_cli_run_test.go | ||
docker_cli_save_load_test.go | ||
docker_cli_search_test.go | ||
docker_cli_start_test.go | ||
docker_cli_tag_test.go | ||
docker_cli_top_test.go | ||
docker_cli_version_test.go | ||
docker_test_vars.go | ||
docker_utils.go | ||
MAINTAINERS | ||
utils.go |