You need to sign in or sign up before continuing.
Add a "readiness probe" to DIND in CI
Relates to #187 (closed)
This is a solution for the bullet 2 in that issue. It uses a basic bash script found in an upstream issue that will wait on DIND to be available before proceeding (or proceed after a minute and fail the way it would before). From what I've seen typically one retry is enough so I suspect the 12 retry/1 minute limit is sufficient unless we are having real problems.
This is required because upstream gitlab runners do not yet provide a way to specify readiness probes to the services used (see this issue as well as others upstream).
This is a "sister" to the package pipeline fix - platform-one/big-bang/pipeline-templates/pipeline-templates!64 (merged)