rpi-alpine-scratch icon indicating copy to clipboard operation
rpi-alpine-scratch copied to clipboard

[fix] correct how repositories urls are saved

Open lyz-code opened this issue 8 years ago • 1 comments

When I tried to run ./mkimage-alpine.sh -r v3.7 the script saved the repo url in /etc/apk/repositories as:

-e http://nl.alpinelinux.org/alpine/v3.2/main

Therefore the fetch once you run a docker fails.

With my fix it works again :)

lyz-code avatar Nov 11 '17 10:11 lyz-code

The official alpine image is now multiarch so this is not needed anymore.

firecyberice avatar Nov 25 '17 17:11 firecyberice