-
Notifications
You must be signed in to change notification settings - Fork 573
Comparing changes
Open a pull request
base repository: docker/buildx
base: v0.11.1
head repository: docker/buildx
compare: v0.11.2
- 20 commits
- 63 files changed
- 4 contributors
Commits on Jul 17, 2023
-
vendor: github.com/docker/docker@24.0 36e9e79
client: define a "dummy" hostname to use for local connections fixes "http: invalid Host header" errors when compiling with go1.20.6 or go1.19.11 full diff: moby/moby@v24.0.2...36e9e79 Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 8a3a646) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 66600be - Browse repository at this point
Copy the full SHA 66600beView commit details -
Configuration menu - View commit details
-
Copy full SHA for a24b6dd - Browse repository at this point
Copy the full SHA a24b6ddView commit details -
hack: force go version to 1.20.5
A temporary workaround for "http: invalid Host header" introduced in go 1.20.6. Signed-off-by: Justin Chadwell <me@jedevc.com> (cherry picked from commit c4bec05) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 50e414f - Browse repository at this point
Copy the full SHA 50e414fView commit details -
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 7f22933) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 54de900 - Browse repository at this point
Copy the full SHA 54de900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dddd3a - Browse repository at this point
Copy the full SHA 7dddd3aView commit details -
util/imagetools: remove unused Resolver.ImageConfig
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit b9e25e8) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for d78c759 - Browse repository at this point
Copy the full SHA d78c759View commit details -
Merge pull request #1953 from thaJeztah/0.11_backport_update-go
[0.11 backport] update go to 1.20.6
Configuration menu - View commit details
-
Copy full SHA for ea610d8 - Browse repository at this point
Copy the full SHA ea610d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f5946 - Browse repository at this point
Copy the full SHA 44f5946View commit details -
build: mark result handle build as internal
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 418ea82)
Configuration menu - View commit details
-
Copy full SHA for 0f6513a - Browse repository at this point
Copy the full SHA 0f6513aView commit details -
Merge pull request #1955 from crazy-max/v0.11_backport_result-handle-…
…internal [0.11 backport] build: mark result handle build as internal
Configuration menu - View commit details
-
Copy full SHA for a879078 - Browse repository at this point
Copy the full SHA a879078View commit details
Commits on Jul 18, 2023
-
k8s: fix missing kubeconfig check from endpoint
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 4384947)
Configuration menu - View commit details
-
Copy full SHA for 3305f18 - Browse repository at this point
Copy the full SHA 3305f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66fd2bb - Browse repository at this point
Copy the full SHA 66fd2bbView commit details -
vendor: update buildkit to master@2d91ddcceedc
Signed-off-by: Justin Chadwell <me@jedevc.com> (cherry picked from commit 0a7f96c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 0424ae1 - Browse repository at this point
Copy the full SHA 0424ae1View commit details -
tests: share single docker between docker-container backends
This means that we can run our docker-container tests in parallel again, which can help speed up our test runs by a *significant* amount. Signed-off-by: Justin Chadwell <me@jedevc.com> (cherry picked from commit 601056f) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 5657006 - Browse repository at this point
Copy the full SHA 5657006View commit details -
ci: run docker-container tests in parallel
Signed-off-by: Justin Chadwell <me@jedevc.com> (cherry picked from commit efd7279) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for d21e9fa - Browse repository at this point
Copy the full SHA d21e9faView commit details -
tests: set a dedicated buildx config dir for each worker
This should help reduce any unexpected config conflict between workers. Signed-off-by: Justin Chadwell <me@jedevc.com> (cherry picked from commit 6f394a0) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 6faf7e5 - Browse repository at this point
Copy the full SHA 6faf7e5View commit details -
vendor: github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c…
…407bfb full diff: xeipuuv/gojsonpointer@4e3ac27...02993c4 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit e094296) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 87ce701 - Browse repository at this point
Copy the full SHA 87ce701View commit details -
vendor: github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
full diff: tonistiigi/fsutil@9e7a6df...36ef4d8 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit ff2c8da) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 69f9290 - Browse repository at this point
Copy the full SHA 69f9290View commit details -
vendor: github.com/moby/buildkit v0.12.1-0.20230717122532-faa0cc7da353
full diff: - moby/buildkit@2023062...v0.12.0 - moby/buildkit@v0.12.0...faa0cc7 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 130bbda) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for d8c6c3f - Browse repository at this point
Copy the full SHA d8c6c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9872040 - Browse repository at this point
Copy the full SHA 9872040View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11.1...v0.11.2