Hi all - I am trying to test drone in a air-gapped environment with access to our private registry only from the test cluster. When a pipeline starts the pod that is launched tries to pull from docker hub for drone-git drone-placeholder, etc.
How can this be overridden?
Alternatively, can I use something other than the drone-runner-kube approach if it isn’t ready for this type of problem?
You can use the DRONE_IMAGE_CLONE environment variable [1] to override the default clone image and provide with your own. You will also want to use your own copy of the placeholder image [2].