Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 61295de
Choose a base ref
...
head repository: docker/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b30095b
Choose a head ref
  • 15 commits
  • 62 files changed
  • 2 contributors

Commits on Jun 5, 2018

  1. builder: add experimental buildkit base

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and Tibor Vass committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    a9959b1 View commit details
    Browse the repository at this point in the history
  2. buildkit: basic progress support

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and Tibor Vass committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    df0b04d View commit details
    Browse the repository at this point in the history
  3. builder: graceful cancellation for buildkit

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and Tibor Vass committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    ca76954 View commit details
    Browse the repository at this point in the history
  4. vendor: update moby and buildkit

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and Tibor Vass committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    85ad7aa View commit details
    Browse the repository at this point in the history
  5. builder: update to new moby

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and Tibor Vass committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    99a18ed View commit details
    Browse the repository at this point in the history
  6. system: add buildcache formatting

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and Tibor Vass committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    735aff0 View commit details
    Browse the repository at this point in the history
  7. buildkit: update fsutil vendored package to fix hanging

    Signed-off-by: Tibor Vass <tibor@docker.com>
    Tibor Vass committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    ffdfadb View commit details
    Browse the repository at this point in the history
  8. builder: use a separate upload request for early progress

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and Tibor Vass committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    77db914 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. builder: Add support for using context from stdin with buildkit

    Signed-off-by: Tibor Vass <tibor@docker.com>
    Tibor Vass committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    2041bc1 View commit details
    Browse the repository at this point in the history
  2. builder: Add support for using dockerfile from stdin with buildkit

    Signed-off-by: Tibor Vass <tibor@docker.com>
    Tibor Vass committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    f00773e View commit details
    Browse the repository at this point in the history
  3. builder: error out if buildkit is on and stdin is used for both docke…

    …rfile and context
    
    Signed-off-by: Tibor Vass <tibor@docker.com>
    Tibor Vass committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    2fbca34 View commit details
    Browse the repository at this point in the history
  4. builder: fix -f handling with buildkit

    Signed-off-by: Tibor Vass <tibor@docker.com>
    Tibor Vass committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    507b037 View commit details
    Browse the repository at this point in the history
  5. builder: fix output handling with buildkit (quiet option, redirects)

    With this patch the following become true even with buildkit enabled:
    1. `docker build -q .` only outputs the created image's sha256 ID.
    2. `docker build -q .` outputs as if no `-q` was specified, if error occurred
    3. `docker build . &> out` outputs JSON (instead of TTY characters)
    
    Signed-off-by: Tibor Vass <tibor@docker.com>
    Tibor Vass committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    909629f View commit details
    Browse the repository at this point in the history
  6. vendor: update buildkit to 8b131af0

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi authored and Tibor Vass committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    17bcb1c View commit details
    Browse the repository at this point in the history
  7. builder: setting DOCKER_BUILDKIT environment variable to any non-empt…

    …y string enables the use of buildkit
    
    Signed-off-by: Tibor Vass <tibor@docker.com>
    Tibor Vass committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    b30095b View commit details
    Browse the repository at this point in the history
Loading