Moby v17.05.0-ce Release Notes

Release Date: 2017-05-04 // about 7 years ago
  • ๐Ÿ— Builder

    • โž• Add multi-stage build support #31257 #32063
    • ๐Ÿ‘ Allow using build-time args (ARG) in FROM #31352
    • โž• Add an option for specifying build target #32496
    • ๐Ÿ— Accept -f - to read Dockerfile from stdin, but use local context for building #31236
    • ๐Ÿ— The values of default build time arguments (e.g HTTP_PROXY) are no longer displayed in docker image history unless a corresponding ARG instruction is written in the Dockerfile. #31584
    • ๐Ÿ›  Fix setting command if a custom shell is used in a parent image #32236
    • ๐Ÿ›  Fix docker build --label when the label includes single quotes and a space #31750

    Client

    • โž• Add --mount flag to docker run and docker create #32251
    • โž• Add --type=secret to docker inspect #32124
    • โž• Add --format option to docker secret ls #31552
    • โž• Add --filter option to docker secret ls #30810
    • โž• Add --filter scope=<swarm|local> to docker network ls #31529
    • โž• Add --cpus support to docker update #31148
    • โž• Add label filter to docker system prune and other prune commands #30740
    • ๐Ÿณ docker stack rm now accepts multiple stacks as input #32110
    • ๐Ÿ‘Œ Improve docker version --format option when the client has downgraded the API version #31022
    • ๐Ÿณ Prompt when using an encrypted client certificate to connect to a docker daemon #31364
    • ๐Ÿ— Display created tags on successful docker build #32077
    • Cleanup compose convert error messages #32087

    Contrib

    • โž• Add support for building docker debs for Ubuntu 17.04 Zesty on amd64 #32435

    Daemon

    • ๐Ÿ›  Fix --api-cors-header being ignored if --api-enable-cors is not set #32174
    • ๐Ÿณ Cleanup docker tmp dir on start #31741
    • ๐Ÿณ Deprecate --graph flag in favor or --data-root #28696

    ๐ŸŒฒ Logging

    • โž• Add support for logging driver plugins #28403
    • โž• Add support for showing logs of individual tasks to docker service logs, and add /task/{id}/logs REST endpoint #32015
    • โž• Add --log-opt env-regex option to match environment variables using a regular expression #27565

    Networking

    • ๐Ÿ‘ Allow user to replace, and customize the ingress network #31714
    • ๐Ÿ›  Fix UDP traffic in containers not working after the container is restarted #32505
    • ๐Ÿ›  Fix files being written to /var/lib/docker if a different data-root is set #32505

    โš™ Runtime

    • ๐Ÿณ Ensure health probe is stopped when a container exits #32274

    Swarm Mode

    • โž• Add update/rollback order for services (--update-order / --rollback-order) #30261
    • โž• Add support for synchronous service create and service update #31144
    • โž• Add support for "grace periods" on healthchecks through the HEALTHCHECK --start-period and --health-start-period flag to docker service create, docker service update, docker create, and docker run to support containers with an initial startup time #28938
    • ๐Ÿณ docker service create now omits fields that are not specified by the user, when possible. This will allow defaults to be applied inside the manager #32284
    • ๐Ÿณ docker service inspect now shows default values for fields that are not specified by the user #32284
    • ๐Ÿณ Move docker service logs out of experimental #32462
    • โž• Add support for Credential Spec and SELinux to services to the API #32339
    • โž• Add --entrypoint flag to docker service create and docker service update #29228
    • โž• Add --network-add and --network-rm to docker service update #32062
    • โž• Add --credential-spec flag to docker service create and docker service update #32339
    • โž• Add --filter mode=<global|replicated> to docker service ls #31538
    • ๐Ÿณ Resolve network IDs on the client side, instead of in the daemon when creating services #32062
    • โž• Add --format option to docker node ls #30424
    • โž• Add --prune option to docker stack deploy to remove services that are no longer defined in the docker-compose file #31302
    • โž• Add PORTS column for docker service ls when using ingress mode #30813
    • ๐Ÿ›  Fix unnecessary re-deploying of tasks when environment-variables are used #32364
    • ๐Ÿ›  Fix docker stack deploy not supporting endpoint_mode when deploying from a docker compose file #32333
    • ๐Ÿณ Proceed with startup if cluster component cannot be created to allow recovering from a broken swarm setup #31631

    ๐Ÿ”’ Security

    • ๐Ÿ‘ Allow setting SELinux type or MCS labels when using --ipc=container: or --ipc=host #30652

    ๐Ÿ—„ Deprecation

    • ๐Ÿณ Deprecate --api-enable-cors daemon flag. This flag was marked deprecated in Docker 1.6.0 but not listed in deprecated features #32352
    • โœ‚ Remove Ubuntu 12.04 (Precise Pangolin) as supported platform. Ubuntu 12.04 is EOL, and no longer receives updates #32520