Skip to content

Fix releasing alpine 3.12 helper images

Georgi N. Georgiev requested to merge fix-release-alpine-312-helper into main

What does this MR do?

Fixes broken pipeline https://gitlab.com/gitlab-org/gitlab-runner/-/pipelines/403961275 introduced with !3122 (merged). The correct docker binary path wasn't getting selected for import.

Why was this MR needed?

What's the best way to test this MR?

make "helper-dockerarchive-alpine"

PUBLISH_IMAGES=true PUSH_TO_DOCKER_HUB=true DOCKER_HUB_USER=<YOUR_USER> DOCKER_HUB_PASSWORD=<YOUR_PASSWORD> DOCKER_HUB_NAMESPACE=<YOUR_USER> IMAGE_FLAVOR=alpine IMAGE_TAG="alpine3.12-" make release_helper_docker_images

What are the relevant issue numbers?

Edited by Georgi N. Georgiev

Merge request reports