Skip to content

fix: keep docker mirror on local builder fallback#105

Merged
pbardea merged 1 commit into
mainfrom
fix/mirror-local-builder-fallback
Jun 6, 2026
Merged

fix: keep docker mirror on local builder fallback#105
pbardea merged 1 commit into
mainfrom
fix/mirror-local-builder-fallback

Conversation

@pbardea

@pbardea pbardea commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Generate a BuildKit config with the Docker Hub mirror for fallback docker-container builders.
  • Pass that config to docker buildx create when the Blacksmith sticky disk builder setup fails, so fallback builds do not bypass the mirror.
  • Add coverage for the fallback config and rebuild the checked-in action bundle.

Test plan

  • COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm@10.33.0 test -- src/setup-builder.test.ts
  • COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm@10.33.0 typecheck
  • COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm@10.33.0 build
  • COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack pnpm@10.33.0 lint

Made with Cursor


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.


View with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is enabled. (Staging)

Co-authored-by: Cursor <cursoragent@cursor.com>
@pbardea pbardea merged commit ab5c1da into main Jun 6, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants