Moby v1.10.3 Release Notes

Release Date: 2016-03-10 // about 8 years ago
  • โš™ Runtime

    • ๐Ÿ›  Fix Docker client exiting with an "Unrecognized input header" error #20706
    • ๐Ÿ›  Fix Docker exiting if Exec is started with both AttachStdin and Detach #20647

    Distribution

    • ๐Ÿ›  Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel #20831
    • ๐Ÿ›  Fix a panic when pushing images to a registry which uses a misconfigured token service #21030

    ๐Ÿ”Œ Plugin system

    • ๐Ÿ›  Fix issue preventing volume plugins to start when SELinux is enabled #20834
    • ๐Ÿณ Prevent Docker from exiting if a volume plugin returns a null response for Get requests #20682
    • ๐Ÿ›  Fix plugin system leaking file descriptors if a plugin has an error #20680

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix linux32 emulation to fail during docker build #20672 It was due to the personality syscall being blocked by the default seccomp profile.
    • ๐Ÿ›  Fix Oracle XE 10g failing to start in a container #20981 It was due to the ipc syscall being blocked by the default seccomp profile.
    • ๐Ÿ›  Fix user namespaces not working on Linux From Scratch #20685
    • ๐Ÿ›  Fix issue preventing daemon to start if userns is enabled and the subuid or subgid files contain comments #20725