CrazyMax

Results 1190 comments of CrazyMax

Sorry for the delay > ### Builders list > > ``` > NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS > builder * kubernetes > amd64 kubernetes:///builder?deployment=amd64&kubeconfig=/Users/mac/.kube/admin.conf inactive linux/amd64* > arm64 kubernetes:///builder?deployment=arm64&kubeconfig=/Users/mac/.kube/admin.conf inactive...

Was not able to repro since we added batch requests in BuildKit CI pipeline last year. Without enabling it by default in our GHA it's a bit hard to have...

https://github.com/moby/buildkit/actions/runs/10241968157/job/28396722664?pr=5212#step:8:5671 ``` === FAIL: frontend/dockerfile TestIntegration/TestGitProvenanceAttestation/worker=containerd/frontend=builtin (0.86s) dockerfile_provenance_test.go:305: Error Trace: /src/frontend/dockerfile/dockerfile_provenance_test.go:305 /src/util/testutil/integration/run.go:97 /src/util/testutil/integration/run.go:211 Error: Received unexpected error: failed to read dockerfile: failed to install lfs for repo at /tmp/bktest_containerd3672960127/root/io.containerd.snapshotter.v1.overlayfs/snapshots/2/fs: git...

> error: > > ``` > ::error::buildx failed with: ERROR: failed to solve: process "/bin/ash -exo pipefail -c apk update && apk add linux-headers openssl-dev pcre2-dev zlib-dev openssl abuild musl-dev...

Unfortunately we can't update to 6.3.0 as this release is not supported by [innoextract](https://github.com/dscharrer/innoextract) yet: ``` [exec] Done with 1 error and 4 warnings. [exec] Warning: Unexpected setup data version:...

I made a fork of innoextract and I think this is feasible to have latest stable 6.3.3 working but that requires quite some work. I keep you posted.

@tonistiigi As discussed we could also handle builders through `docker context` with specific dind image as follow-up.

> These seem relevant to this pr: > > https://github.com/docker/buildx/blob/4327ee73b18949e47eb1c865daa262af095cf974/tests/build.go#L442-L443 > > https://github.com/docker/buildx/blob/4327ee73b18949e47eb1c865daa262af095cf974/tests/build.go#L576-L577 > > https://github.com/docker/buildx/blob/4327ee73b18949e47eb1c865daa262af095cf974/tests/build.go#L643-L644 WDYM? This PR is about testing multiple dockerd versions. For BuildKit see https://github.com/docker/buildx/pull/2322

Can you also add a new user with multiple groups in this file https://github.com/crazy-max/docker-samba/blob/master/test/data/config.yml so it's tested in ci workflow?