CrazyMax
CrazyMax
> But maybe we can do some Bake-specific hack to allow this merge of targets from different definitions. Not sure how that would look like though. @crazy-max any ideas? I...
> `windows/amd64/osver1` Afaik Windows supports variants like `windows/arm/v7`. I'm afraid we can paint ourselves into a corner if we assume this format without having smth upstream first for the string...
Sorry for the inconvenience but support for Windows 7 and 8 has been dropped as these OSes are EOL for quite some time.
Can someone check if latest solves this issue `crazymax/rtorrent-rutorrent:5.2.10-0.16.4`? https://github.com/crazy-max/docker-rtorrent-rutorrent/releases/tag/5.2.10-0.16.4-r0
You can define it in the global section of the [YAML configuration](https://github.com/crazy-max/docker-samba?tab=readme-ov-file#configuration): ```yaml global: - "vfs objects = btrfs" ```
Looks good but don't think this should be specific to `matrix` but overall invoked build targets so should be only set as flag or env imo.
> Please add this. We are building over 150 images in one docker-bake.hcl file, and when they're all trying to push layers at the end, the entire thing freezes up....
> bake-builder-local: > @echo "Creating local builder..." > docker buildx create --use --driver docker-container --name docker-container --buildkitd-config ./buildkitd.toml > docker buildx inspect In next BuildKit version (via https://github.com/moby/buildkit/pull/6105), the config...
~I put this one back in draft while we wait for auth support before defaulting: https://github.com/docker/buildx/pull/2363~
https://github.com/docker/bake-action/actions/runs/12300037568/job/34336154468?pr=193#step:5:255 is not related ``` /usr/bin/docker buildx bake --allow fs=* --set *.output=/tmp/bake-build --set *.cache-from=type=gha,scope=attests-binary --set *.cache-to=type=gha,scope=attests-binary,mode=max --metadata-file /home/runner/work/_temp/docker-actions-toolkit-si9yJo/bake-metadata-3093f93292.json --provenance mode=max,builder-id=https://github.com/docker/bake-action/actions/runs/12300037568/attempts/3 --sbom true binary #0 building with "builder-f2c9d3e0-f8b5-4a52-b04c-877d7b196b0a" instance using docker-container...