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: 171fcbe
Choose a base ref
...
head repository: docker/buildx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 59582a8
Choose a head ref
  • 8 commits
  • 20 files changed
  • 4 contributors

Commits on May 16, 2024

  1. build: avoid default load with --print

    Signed-off-by: Tonis Tiigi <[email protected]>
    (cherry picked from commit fbb0f9b)
    tonistiigi authored and jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b77648d View commit details
    Browse the repository at this point in the history
  2. build: don't generate metadata file when print flag is used

    Signed-off-by: CrazyMax <[email protected]>
    (cherry picked from commit ba26413)
    crazy-max authored and jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f6e57cf View commit details
    Browse the repository at this point in the history
  3. build: exit 1 when manifest merge failed

    Signed-off-by: jaihwan104 <[email protected]>
    (cherry picked from commit f282351)
    jaihwan104 authored and jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f6830f3 View commit details
    Browse the repository at this point in the history
  4. build: fix multiple named contexts pointing to same bake target

    Contexts using target: schema are replaced by input: pointing
    to previous build result before build request is sent. Currently
    this replacement did not work if multiple contexts pointed to
    the same target name.
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    (cherry picked from commit f8c6a97)
    tonistiigi authored and jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3f1aaa6 View commit details
    Browse the repository at this point in the history
  5. vendor: update buildx to latest docker/cli

    This version of docker/cli has changes to remove compose-cli wrapper and
    move all CLI metrics to OTEL.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    (cherry picked from commit 4fc4bc0)
    jsternberg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cf68b5b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. build: add cache to resolvedNode

    Currently it is possible for boot() to be called
    multiple times, resulting multiple slow requests to
    establish connection (eg. multiple container inspects
    for container driver).
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    (cherry picked from commit 99777ea)
    tonistiigi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6a84f43 View commit details
    Browse the repository at this point in the history
  2. driver: handle nil logger for bootstrap

    resolveNode methods can call with nil logger. Although
    the results should already be cached now in resolver
    this makes the protection more explicit.
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    (cherry picked from commit 035236a)
    tonistiigi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a3b1fae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2471 from tonistiigi/v0.14.1-picks

    [v0.14] cherry picks for v0.14.1
    tonistiigi authored May 22, 2024
    Configuration menu
    Copy the full SHA
    59582a8 View commit details
    Browse the repository at this point in the history
Loading