-
Notifications
You must be signed in to change notification settings - Fork 0
CI Docker build timeout for payment-service #38
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingciContinuous integration and checksContinuous integration and checksdockerDocker builds and imagesDocker builds and imagesinvestigationNeeds root-cause investigation or evidenceNeeds root-cause investigation or evidence
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingciContinuous integration and checksContinuous integration and checksdockerDocker builds and imagesDocker builds and imagesinvestigationNeeds root-cause investigation or evidenceNeeds root-cause investigation or evidence
Problem
Docker builds (payment-service)failed on every recent push while the other Docker matrix services passed.Failing run: https://github.com/Hqzdev/Metrix/actions/runs/27071836521
Root cause
The failing job did not reach payment-service application code. The Docker build failed while resolving the shared base image metadata:
All Docker matrix services use
apps/bot/Dockerfile.service; the payment-service matrix runner independently hit a transient Docker Hub registry/network timeout while neighboring matrix jobs completed.Investigation notes
SERVICE_NAME=payment-serviceinto the same Dockerfile used by the other services.Follow-up PRs