Skip to content

Run docker import for helper-dockerarchive-host

What does this MR do?

Run docker import for helper-dockerarchive-host

Why was this MR needed?

Fix broken local development workflow

What's the best way to test this MR?

make runner-and-helper-bin-host 'BINARIES=dockerfiles/build/binaries/gitlab-runner-helper.x86_64' 'TAR=out/helper-images/prebuilt-x86_64.tar.xz' && ./out/binaries/gitlab-runner run -c $GDKPATH/gitlab-runner-config.toml

The helper image should be available running docker images

REPOSITORY                    TAG                 IMAGE ID            CREATED             SIZE
gitlab/gitlab-runner-helper   x86_64-ce760855     03a7d7c49385        2 minutes ago       60MB

Setting pull_policy to if-not-present you should be able to run a job locally.

What are the relevant issue numbers?

Closes #26562 (closed)

Merge request reports