Skip to content
Snippets Groups Projects
Commit c59ebf55 authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/genrootfs.sh: use dl-cdn https repos

parent d9d78c3c
No related branches found
No related tags found
2 merge requests!11958community/rclone: upgrade to 1.52.3,!9763[3.12] community/znc: upgrade to 1.8.1
......@@ -51,8 +51,8 @@ case $VERSION_ID in
esac
cat > "$tmp"/etc/apk/repositories <<EOF
https://alpine.global.ssl.fastly.net/alpine/$branch/main
https://alpine.global.ssl.fastly.net/alpine/$branch/community
https://dl-cdn.alpinelinux.org/alpine/$branch/main
https://dl-cdn.alpinelinux.org/alpine/$branch/community
EOF
tar --numeric-owner --exclude='dev/*' -c -C "$tmp" . | gzip -9n > "$outfile"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment