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.10.3
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.10.4
Choose a head ref
  • 7 commits
  • 6 files changed
  • 5 contributors

Commits on Feb 22, 2023

  1. Add env var to disable default attestations

    For certain cases we need to build with `--provenance=false`.
    However not all build envs (especially in the OSS ethos) have the latest
    buildx so just blanket setting `--provenance=false` will fail in these
    cases.
    
    Having an env var allows people to set the value without having to worry
    about if the buildx version has the `--provenance` flag.
    
    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    (cherry picked from commit bc9cb2c)
    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    cpuguy83 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    23eb3c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1645 from cpuguy83/0.10_env_no_provenance

    [0.10] Add env var to disable default attestations
    tonistiigi authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b79345c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. docs: added --platform=local example

    Signed-off-by: David Karlsson <david.karlsson@docker.com>
    dvdksn authored and crazy-max committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a3286a0 View commit details
    Browse the repository at this point in the history
  2. build: makes git dirty check opt-in

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b1440b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1662 from crazy-max/v0.10.4_picks

    [v0.10] cherry-picks for v0.10.4
    tonistiigi authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5ac3b4c View commit details
    Browse the repository at this point in the history
  4. build: strip credentials from remote url on collecting Git provenance…

    … info
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d455c07 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1664 from crazy-max/v0.10_backport_stripcreds

    [v0.10 backport] build: strip credentials from remote url on collecting Git provenance info
    tonistiigi authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c513d34 View commit details
    Browse the repository at this point in the history
Loading