Skip to content

Conversation

@crazy-max
Copy link
Member

@crazy-max crazy-max commented Nov 13, 2025

Comment on lines 426 to 427
meta-images: |
${{ env.REPO_SLUG }}
Copy link
Member Author

@crazy-max crazy-max Nov 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crazy-max crazy-max force-pushed the bin-image-github-builder branch 3 times, most recently from 96dacaf to acc33b1 Compare November 13, 2025 13:04
@crazy-max
Copy link
Member Author

crazy-max commented Nov 13, 2025

GitHub hosted runner doesn't have enough space to build our image: https://github.com/docker/buildx/actions/runs/19330419315/job/55292703625#step:8:521

#28 [linux/amd64->darwin/amd64 buildx-build 1/1] RUN --mount=type=bind,target=.   --mount=type=cache,target=/root/.cache   --mount=type=cache,target=/go/pkg/mod   --mount=type=bind,from=buildx-version,source=/buildx-version,target=/buildx-version <<EOT (set -e...)
#28 1051.0 k8s.io/api/autoscaling/v2beta1: mkdir /tmp/go-build135885827/b986/: no space left on device

Hence why we free up disk space currently (see #3040)

For our reusable workflow, one way to fix it would be to distribute build across runners: docker/github-builder-experimental#2

@crazy-max
Copy link
Member Author

Switch reusable workflow ref to bake-distrib docker/github-builder-experimental#22 so builds are distributed across runners.

@crazy-max crazy-max force-pushed the bin-image-github-builder branch 4 times, most recently from e491c64 to fe39cf7 Compare November 15, 2025 19:02
@crazy-max crazy-max requested a review from tonistiigi November 16, 2025 09:16
@crazy-max crazy-max force-pushed the bin-image-github-builder branch from fe39cf7 to a657c7e Compare November 16, 2025 10:35
@crazy-max crazy-max changed the title ci: use docker github builder to build bin image ci: use docker github builder to build bin image and binaries Nov 16, 2025
@crazy-max
Copy link
Member Author

Pushed extra commit to also build our binaries with our reusable workflow.

@crazy-max crazy-max marked this pull request as ready for review November 16, 2025 10:51
@crazy-max crazy-max force-pushed the bin-image-github-builder branch 3 times, most recently from 2fb93c7 to d696d03 Compare November 28, 2025 12:55
@crazy-max crazy-max force-pushed the bin-image-github-builder branch from d696d03 to 9a64ed8 Compare November 28, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant