Skip to content

Fixing issue with random hangs in DIND jobs.

Joshua Whitley requested to merge fix/random-hangs-in-dind into master

Fixed bug

See autowarefoundation/autoware.auto/AutowareAuto#316 (closed).

Expected behavior

CI jobs which use the dind image should complete, successfully or not.

Actual behavior

CI jobs which use the dind image randomly hang, usually at a RUN echo ... command in our repositories.

Fix applied

Fix recommended in this StackOverflow question.

Merge request reports