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
No related merge requests found
...@@ -51,8 +51,8 @@ case $VERSION_ID in ...@@ -51,8 +51,8 @@ case $VERSION_ID in
esac esac
cat > "$tmp"/etc/apk/repositories <<EOF cat > "$tmp"/etc/apk/repositories <<EOF
https://alpine.global.ssl.fastly.net/alpine/$branch/main https://dl-cdn.alpinelinux.org/alpine/$branch/main
https://alpine.global.ssl.fastly.net/alpine/$branch/community https://dl-cdn.alpinelinux.org/alpine/$branch/community
EOF EOF
tar --numeric-owner --exclude='dev/*' -c -C "$tmp" . | gzip -9n > "$outfile" 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