Feature request: volumeMounts for renovate-dind / option to provide /etc/docker/daemon.json
#263
Labels
enhancement
New feature or request
/etc/docker/daemon.json
#263
Hey there, I've deployed the helm chart in our air-gapped on-prem cluster so that I can use renovate to manage helm chart dependencies against our private helm repositories and mirrors. That works fine when I use the "fat" renovate image and the option renovate config option
binarySource
toglobal
(the default valueinstall
does not work, as there's no internet access thus tool installs failing).I tried to use the dind option with
binarySource: "docker"
but had to scrape that as the docker daemon in the dind container tries to accessdocker.io
for image pulls. As of now there is no option to modify the settings of the docker daemon inside the container, e.g. by providing a/etc/docker/daemon.json
from a configmap or otherwise. If that would be possible, this would allow me to specify the internal docker registry mirror as a mirror to the docker daemon so that it would be able to grab the images.Would appreciate it if this would be implemented - I could do it myself, too - just thought that a creating an issue first to get opinions would be good.
The text was updated successfully, but these errors were encountered: