Skip to content

Update the example reference to the helper image

Tomasz Maczukin requested to merge update-helper-image-path-example into main

What does this MR do?

Sets the example reference to the helper image to a proper one.

Why was this MR needed?

With !345 (merged) we've changed the default source for used images from Docker Hub to registry.gitlab.com.

Unfortunately, the example reference to the helper image was updated to a wrong one. It should be registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper, not registry.gitlab.com/gitlab-org/gitlab-runner-helper. The existing example is wrong, misleading and may cause failures if someone uses that as the source for their custom configuration (for example here).

What's the best way to test this MR?

What are the relevant issue numbers?

Edited by Tomasz Maczukin

Merge request reports