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/buildx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: docker/buildx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.1
Choose a head ref
  • 18 commits
  • 25 files changed
  • 4 contributors

Commits on Jun 15, 2023

  1. bake: fix incorrect dockerfile resolution against cwd:// context

    We need to resolve the strip the cwd:// prefix before attempting to
    resolve the dockerfile. Otherwise, we'll get the cwd:// prefix in the
    dockerfile name, which isn't stripped out later.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    (cherry picked from commit 431732f)
    jedevc authored and crazy-max committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bc597e6 View commit details
    Browse the repository at this point in the history
  2. builder: skip name validation for docker context

    Although a builder from the store cannot be created unless
    it has a valid name, this is not the case for a Docker context.
    
    We should skip name validation when checking a node from the
    store and fall back to finding one from Docker context instead.
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit b1c5449)
    crazy-max committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9f844df View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    ff87dd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. docs: set experimental annotation

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 7a54721)
    crazy-max authored and jedevc committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    74fa66b View commit details
    Browse the repository at this point in the history
  2. chore: make docs

    Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
    (cherry picked from commit 1e576dd)
    dvdksn authored and jedevc committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    cb4fea6 View commit details
    Browse the repository at this point in the history
  3. bake: ignore profiles in compose definitions

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 120f3a8)
    crazy-max authored and jedevc committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    afcb118 View commit details
    Browse the repository at this point in the history
  4. controller: include CgroupParent in build.Options

    Signed-off-by: Jhan S. Álvarez <alvarezpcuser@gmail.com>
    (cherry picked from commit e65f6b8)
    yastanotheruser authored and jedevc committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8b85dbe View commit details
    Browse the repository at this point in the history
  5. dockerfile: update docker to 24.0.2

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 7147463)
    crazy-max committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3702e17 View commit details
    Browse the repository at this point in the history
  6. build: missing newline when printing build details on error

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit d45601f)
    crazy-max committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    47e4c25 View commit details
    Browse the repository at this point in the history
  7. test: build details output

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 20d2501)
    crazy-max committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    cb1812e View commit details
    Browse the repository at this point in the history
  8. vendor: update cli-docs-tool to 0.6.0

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit cbc4733)
    crazy-max committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a0f91eb View commit details
    Browse the repository at this point in the history
  9. docs: update generated content

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 87b9f9e)
    crazy-max committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c5e279f View commit details
    Browse the repository at this point in the history
  10. build: fix host-gateway handling

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 8cbb7a9)
    crazy-max committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    94baaf3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    1602b49 View commit details
    Browse the repository at this point in the history
  2. vendor: update tonistiigi/vt100 to master@f9a4f7ef6531

    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    86a5c77 View commit details
    Browse the repository at this point in the history
  3. Revert "bake: fix incorrect dockerfile resolution against cwd:// cont…

    …ext"
    
    This reverts commit bc597e6.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5159571 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f581942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4df085 View commit details
    Browse the repository at this point in the history
Loading