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: postprocess smoke workflows to build container images locally
The smoke tests used pre-built GHCR images (--image-tag 0.13.4) which
don't include recent fixes to entrypoint.sh and setup-iptables.sh
(host.docker.internal iptables bypass, NO_PROXY, etc.).
Update the postprocessor to also replace --image-tag/--skip-pull with
--build-local so containers are built from source, matching the AWF
binary which is already built from source.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments