Skip to content

Change alpine mirrors to default mirrors for arm/arm64

Arran Walker requested to merge ajwalker/temp-docker-helper-fix into master

What does this MR do?

Changes the multiarch Alpine image to use the same default mirror as the official Alpine image (that uses HTTP, rather than HTTPS).

Why was this MR needed?

Using HTTPS with the current mirror fails: #25950 (closed). Replacing with HTTP works as expected. We also update to use the default mirror as the official image.

Are there points in the code the reviewer needs to double check?

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?

#25950 (closed)

Edited by Arran Walker

Merge request reports