Relates to https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/187
This is one potentiala 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 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](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