Moby v0.3.1 Release Notes

Release Date: 2013-05-08 // almost 11 years ago
  • 🏗 Builder

    • 🏗 Implement the autorun capability within docker builder
    • ➕ Add caching to docker builder
    • ➕ Add support for docker builder with native API as top level command
    • 🏗 Implement ENV within docker builder
    • ✅ Check the command existence prior create and add Unit tests for the case
    • 👉 use any whitespaces instead of tabs

    ⚙ Runtime

    • ➕ Add go version to debug infos
    • Kernel version - don`t show the dash if flavor is empty

    Registry

    • ➕ Add docker search top level command in order to search a repository
    • 🛠 Fix pull for official images with specific tag
    • 🛠 Fix issue when login in with a different user and trying to push
    • 👌 Improve checksum - async calculation

    Images

    • Output graph of images to dot (graphviz)
    • 🛠 Fix ByParent function

    📚 Documentation

    • 🆕 New introduction and high-level overview
    • ➕ Add the documentation for docker builder
    • 📚 CSS fix for docker documentation to make REST API docs look better.
    • 🛠 Fix CouchDB example page header mistake
    • 🛠 Fix README formatting
    • ⚡️ Update www.docker.io website.

    Other

    • Website: new high-level overview
    • 👉 Makefile: Swap "go get" for "go get -d", especially to compile on go1.1rc
    • 🏗 Packaging: packaging ubuntu; issue #510: Use goland-stable PPA package to build docker