Problem
The awf-cli-proxy sidecar container exits with code 1 on startup, causing the copilot engine to fail with: dependency failed to start: container awf-cli-proxy exited (1).
Context
Root Cause
The awf-cli-proxy container is failing at startup (exit code 1) before the agent container can start. Since the agent depends_on the cli-proxy being healthy, the entire workflow aborts. This appears to be a recent regression (multiple workflows failing with identical errors on June 9–10, 2026), suggesting a broken container image or misconfigured entrypoint in the cli-proxy component.
Proposed Solution
- Inspect
awf-cli-proxy container logs for the specific startup error (e.g., missing env vars, port conflicts, or image pull failure).
- Check for recent changes to
containers/cli-proxy/ that may have introduced the regression.
- Verify the cli-proxy image tag/digest is consistent with the deployed AWF version.
- Add a healthcheck or startup probe to emit a clearer error on failure.
Generated by Firewall Issue Dispatcher · 147 AIC · ⊞ 27.8K · ◷
Problem
The
awf-cli-proxysidecar container exits with code 1 on startup, causing thecopilotengine to fail with:dependency failed to start: container awf-cli-proxy exited (1).Context
copilotengine that depend onawf-cli-proxyRoot Cause
The
awf-cli-proxycontainer is failing at startup (exit code 1) before the agent container can start. Since the agentdepends_onthe cli-proxy being healthy, the entire workflow aborts. This appears to be a recent regression (multiple workflows failing with identical errors on June 9–10, 2026), suggesting a broken container image or misconfigured entrypoint in the cli-proxy component.Proposed Solution
awf-cli-proxycontainer logs for the specific startup error (e.g., missing env vars, port conflicts, or image pull failure).containers/cli-proxy/that may have introduced the regression.