dorfteich/.gitea
Claude Opus 4.8 ec469e1bc2
All checks were successful
CD / Build and push images (push) Successful in 57s
CI / Lint, typecheck, test (push) Successful in 3m2s
CI / Auth e2e pack (push) Successful in 4m1s
CI / Import/export fidelity gate (push) Successful in 50s
CI / Build container images (push) Has been skipped
CD / Deploy to Test (push) Successful in 9s
CD / Smoke tests against Test (push) Successful in 1m8s
CD / Promote to Int (push) Has been skipped
Fix fidelity job: reach sidecars via shared netns, not ip (#69)
The runner image has no iproute2, so `ip -4 route` failed (exit 127) and the
readiness curl never got a gateway — the job died before the tests ran.
Attach the pandoc/Gotenberg sidecars to the job container's own network
namespace (`--network container:$(cat /etc/hostname)`) and reach them at
localhost, dropping the `ip`/host-gateway plumbing and published ports.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EwZ4jR4KFAPvpjWevfUGX1
2026-07-10 15:18:53 +02:00
..
workflows Fix fidelity job: reach sidecars via shared netns, not ip (#69) 2026-07-10 15:18:53 +02:00