Skip to content

**Bug: egress-firewall.sh path mismatch in python-runner Dockerfile** #58

Description

@ian-aibymlsg

Description
When running pnpm run update:clawix -- --pull after the latest update, the build fails because the python-runner Dockerfile references egress-firewall.sh at the build context root, but the file is located at infra/docker/egress-firewall.sh instead of infra/docker/python-runner/egress-firewall.sh.

Error

ERROR: failed to build: failed to solve: failed to compute cache key: failed to calculate checksum of ref ...: "/egress-firewall.sh": not found

Steps to reproduce

  1. Run pnpm run update:clawix -- --pull on the latest main
  2. Build fails at the python-runner Docker image step

Workaround
Manually copy the file to the expected location:

cp infra/docker/egress-firewall.sh infra/docker/python-runner/

Expected behaviour
The file should either be placed in infra/docker/python-runner/ in the repo, or the Dockerfile COPY path should be updated to reference the correct location.

Environment

  • macOS (Mac mini)
  • Docker Desktop
  • Clawix commit: 5c5b194

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions