Skip to content

[awf] cli-proxy: awf-cli-proxy container exits(1), blocking Contribution Check workflow #4608

Description

@lpcox

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

  1. Inspect awf-cli-proxy container logs for the specific startup error (e.g., missing env vars, port conflicts, or image pull failure).
  2. Check for recent changes to containers/cli-proxy/ that may have introduced the regression.
  3. Verify the cli-proxy image tag/digest is consistent with the deployed AWF version.
  4. Add a healthcheck or startup probe to emit a clearer error on failure.

Generated by Firewall Issue Dispatcher · 147 AIC · ⊞ 27.8K ·

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions