CrazyMax
CrazyMax
@thaJeztah This is expected as Jenkins changes are not propagated because I don't have write access to this repo. Can you rebase https://github.com/moby/moby/pull/43613?
> ``` > hack/make.sh: line 116: /go/src/github.com/docker/docker/hack/make/cross: No such file or directory > script returned exit code 1 > ``` Yes related to no write access to this repo so...
@neersighted Yes @corhere got the same issue yesterday. Rebasing should work, let's see.
Static packages with current stable (20.10) are indeed not in good shape in docker-ce-packaging but it should not be a blocker for 22.06. If I recall correctly the idea was...
> Wondering if this is a buildkit bug; have seen it a few times Is Jenkins using BuildKit in the engine or `docker-container` driver with latest BuildKit stable through buildx?
I have added build of containerd for windows in https://github.com/moby/moby/pull/43529, see https://github.com/moby/moby/pull/43529/commits/eaa0fa155a58c1d8d2192c7e8f72f879cab1e541 ```console $ docker buildx bake all --set *.platform=windows/amd64 $ tree -nh ./bundles/all/ [4.0K] ./bundles/all/ ├── [ 403] checksums.txt...
> I'm not sure if make sense to rebuild containerd binaries here. Dockerfile.windows already contains logic to download those and GitHub workflow copies them out from container. containerd cross comp...
``` [2022-05-18T13:57:36.674Z] === Failed [2022-05-18T13:57:36.674Z] === FAIL: amd64.integration-cli TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2022-05-18T13:57:36.674Z] docker_cli_daemon_test.go:1407: Expected err: x509: certificate signed by unknown authority, got instead: exit status 1 and output: error during connect:...
> ``` > [2022-05-18T13:57:36.674Z] === Failed > [2022-05-18T13:57:36.674Z] === FAIL: amd64.integration-cli TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) > [2022-05-18T13:57:36.674Z] docker_cli_daemon_test.go:1407: Expected err: x509: certificate signed by unknown authority, got instead: exit status 1 and...
@thaJeztah Made some changes in https://github.com/moby/moby/pull/43529 so now docker cli is built against the right go version if you want to rebase to check that tests are ok now. let...