Skip to content

Fix CI failure: permission error on ca.key during coverage image build#652

Merged
luisremis merged 2 commits into
developfrom
copilot/fix-pr-650
Apr 19, 2026
Merged

Fix CI failure: permission error on ca.key during coverage image build#652
luisremis merged 2 commits into
developfrom
copilot/fix-pr-650

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 19, 2026

After tests run, build_coverage_image() calls docker build -f coverage/Dockerfile . from the test/ directory. Test containers run as root and create *_ca/ca.key files with restrictive permissions, causing Docker to fail when assembling the build context:

error checking context: no permission to read from '.../test/seattle-i7-32gb_http_ca/ca.key'

Changes

  • test/.dockerignore: Added *_ca/ pattern to exclude CA certificate directories generated by test containers. The coverage Dockerfile only copies output/ to nginx, so these directories are irrelevant to the build.

@luisremis luisremis merged commit d951bfe into develop Apr 19, 2026
2 checks passed
@luisremis luisremis deleted the copilot/fix-pr-650 branch April 19, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants