CrazyMax
CrazyMax
Ref. just-containers/s6-overlay#296
follow-up #43529 ~needs https://github.com/moby/moby/pull/44513~ Better support for cross compilation so we can fully rely on `--platform` flag of buildx for a seamless integration. This removes unnecessary extra cross logic in...
follow-up https://github.com/moby/moby/pull/44686 related to https://github.com/moby/buildkit/pull/3176 **- What I did** Now that BuildKit 0.11 vendoring PR has been merged we can enable tests for the containerd integration worker. **- How I...
follow-up https://github.com/moby/moby/pull/44686#discussion_r1094416821 **- What I did** We should set the BuildKit version at build time so we make sure we are aligned with the expected vendoring. Also needs to remove...
follow-up #43529 and https://github.com/moby/moby/pull/43553#issuecomment-1115315857 fixes #44319 **- What I did** To add support for `riscv64` builds we need cross packages for `riscv64` but current `golang` image with debian bullseye does...
Follow-up #43239 MergeOp result needs to be created locally and so copying large files can become a bottleneck during merges. Hardlinking files to create the merged tree rather than coyping...
follow-up https://github.com/moby/moby/pull/44546#discussion_r1059776409 **- What I did** Removes `APT_MIRROR` added in https://github.com/moby/moby/pull/39537 as I don't think we need an alternative mirror anymore. Also removes `BUILD_APT_MIRROR` added in https://github.com/moby/moby/pull/26375 that does not...
follow-up https://github.com/rumpl/moby/pull/24 **- What I did** Adds a new workflow to build and push non-runnable multi-platform image on Docker Hub `moby/moby-bin` that contains bundles. This is useful if we want...
fixes #40176 **- What I did** Adds a Dockerfile and Make targets to update and validate generated files via `go:generate` (proto, seccomp default profile) **- How I did it** Needed...