CrazyMax

Results 273 issues of CrazyMax

Add integration tests for `kubernetes` driver.

kind/tests
area/ci
status/needs-attention
area/dependencies
area/tests

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: ![image](https://github.com/docker/buildx/assets/1951866/10791c30-20e7-4fc2-9e0c-704a314112c8) ``` NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS...

area/cli

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:...

status/needs-investigation
area/ci

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...

area/debug
status/needs-attention

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 \_...

area/cli

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)

feature request
backlog

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 ![image](https://github.com/docker/bake-action/assets/1951866/5c1000b6-aeec-4610-95ac-8147ad64895d)

kind/enhancement

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 $...