CrazyMax
CrazyMax
Add integration tests for `kubernetes` driver.
follow-up https://github.com/docker/buildx/pull/830 with the `no-trunc` opt. When using `ls`, platforms can get wieldy easily and make output in the terminal difficult to read:  ``` NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS...
Got a strange issue in our CI: https://github.com/docker/buildx/actions/runs/4047460673/jobs/6961507308#step:6:16 ``` ./hack/release + docker buildx bake --set '*.cache-from=type=gha,scope=binaries-darwin-arm64' --set '*.cache-to=type=gha,scope=binaries-darwin-arm64,mode=max' --set '*.platform=darwin/arm64' --set '*.attest=type=sbom' --set '*.attest=type=provenance,mode=max,builder-id=https://github.com/docker/buildx/actions/runs/4047460673' --set '*.args.BUILDKIT_MULTI_PLATFORM=true' --set '*.output=/tmp/buildx-output.JoFuY8dCuC' release error:...
Carry https://github.com/docker/buildx/pull/1680 to handle controller options with bake and also use controller to build. This will be used in #1841 so we can pass the build reference to the result...
Fixes #325 Fixes #380 Fixes #764 Adds `filter`, `format` and `no-trunc` options for `ls` command: ``` $ docker buildx ls NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS builder docker-container \_ builder0 \_...
Like Gin currently supported (https://docs.bugsnag.com/platforms/go/gin/), it would nice to support the well-known echo framework: https://echo.labstack.com (https://github.com/labstack/echo)
fixes #171
follow-up https://github.com/docker/bake-action/pull/181
similar to https://github.com/docker/setup-buildx-action/issues/301 see https://github.com/docker/buildx/actions/runs/8162802915/job/22314599528#step:7:115 
closes #102 update to Yarn 3.6.3 now that Dependabot supports Yarn v2/v3: https://github.com/dependabot/dependabot-core/issues/1297#issuecomment-1285998196 For migration steps see https://yarnpkg.com/getting-started/migration Also use [corepack](https://nodejs.org/api/corepack.html) similar to https://github.com/docker/actions-toolkit/pull/323 to download yarn on-fly. ```bash $...