In my case, i am using the kubernetes executor
On 24/1/19 6:39 pm, Dmitry Smirnov wrote:
On Thursday, 24 January 2019 11:01:03 AM AEDT Dean Hamstead wrote:
Seems to be the same as:
https://gitlab.com/gitlab-org/gitlab-runner/issues/3441
Probably not the same...
Debian package works very different in regards to gitlab-runner-helper image.
From post-install docker build command is executed to prepare an image which
is then stored into "/var/lib/gitlab-runner/". By definition, prebuilt image
is local and it should never be downloaded.
Do you have "/var/lib/gitlab-runner/gitlab-runner-prebuilt.tar.xz" file?
I test every upload of Gitlab Runner (and I use this very version all the
time) so I suspect that the problem might be somewhere in configuration...
Could you try "sudo dpkg-reconfigure gitlab-runner"?
There are few patches to force use of local prebuilt image -- maybe we miss
one code path that should be patched but package passed Docker tests before
upload so prebuilt image should work...