Skip to content

Remove old docker helper image commands

What does this MR do?

Remove old docker helper image commands

Why was this MR needed?

The bash scripts are deprecated and only used when someone specified a helper_image in [runners.docker]. In 12.0 we are going to remove any support for the old bash scripts in favor of the new Go commands.

The new Go commands were introduced for #3755 (closed) for the following merge requests:

Update TestDockerCommandWithHelperImageConfig to use one of the latest image that has the new commands, since the tag that is being used does not have the new commands which leads into a build failure.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #4013 (closed)

Edited by Steve Xuereb

Merge request reports