Skip to content
Snippets Groups Projects
Select Git revision
20 results

cache_container.go

Forked from GitLab.org / gitlab-runner
8331 commits behind the upstream repository.
  • Steve Xuereb - Out of Office Back 2025-04-21's avatar
    a82377e8
    Remove usage of old helper image commands · a82377e8
    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 for the
    following merge requests:
    - !1195
    - !1201
    - !1218
    
    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.
    
    closes #4013
    a82377e8
    History
    Remove usage of old helper image commands
    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 for the
    following merge requests:
    - !1195
    - !1201
    - !1218
    
    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.
    
    closes #4013
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cache_container.go 4.08 KiB