You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use CONTAINER_ENGINE for image builds to avoid buildx isolation
The docker-container buildx driver cannot resolve locally-built images
for FROM references. Switch image tasks to use a CONTAINER_ENGINE
variable (defaults to docker, falls back to podman) matching brood-box's
pattern. Add run:once to build-image-base to prevent redundant rebuilds
when multiple runtime images depend on it in parallel.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments