Skip to content

ci: restore Docker daemon access for E2E validation #916

Description

@moncher-dev

Problem

Docker E2E validation for #902 could not start because the run host could not connect to unix:///var/run/docker.sock.

Evidence

  • docker compose -f docker-compose.e2e.yml up -d --build && docker compose -f docker-compose.e2e.yml exec -T symphony-e2e node /app/e2e/host-dynamic-tool-e2e.mjs failed before image startup.
  • Isolated retry: docker compose -f docker-compose.e2e.yml up -d --build failed identically.
  • Error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Expected

The CI/run host should expose a functioning Docker daemon so TC-19 and TC-20 black-box validation can execute.

Scope

Environment/infrastructure follow-up only; no source failure was observed. The full unit suite, lint, typecheck, and build passed for #902.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions