Description of the issue:
Our docker-registry is sometimes a little bit slow, so the building-process inside our CI-pipeline fails with the message Build image failed: Read timed out.
Solution
Using the jib.httpTimeout
system property
For example:
1 | mvn compile jib:build -Djib.httpTimeout=60000 |