Relates to https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/187
This is one potential solution for the bullet 2 in that issue. It uses a basic bash script found in [an upstream issue](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27306) that will wait on DIND to be available before proceeding (or fail after a minute). This is required because upstream gitlab runners do not yet provide a way to specify readiness probes to the services used (see [this issue](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27215) as well as others upstream).
This is a "sister" to the package pipeline fix - https://repo1.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/-/merge_requests/64