mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
rootf: Change initrd alpine mirror
The rootfs-initrd build is failing with: ``` fetch https://mirror.math.princeton.edu/pub/alpinelinux//v3.18/main/aarch64/APKINDEX.tar.gz 6684368:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1914: ERROR: https://mirror.math.princeton.edu/pub/alpinelinux//v3.18/main: Permission denied ``` so try bumping to a newer version of alpine to see if that helps the issue Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
00e657cdb7
commit
705e469696
@ -11,7 +11,7 @@ BASE_PACKAGES="alpine-base"
|
||||
|
||||
# Alpine mirror to use
|
||||
# See a list of mirrors at http://nl.alpinelinux.org/alpine/MIRRORS.txt
|
||||
MIRROR=https://mirror.math.princeton.edu/pub/alpinelinux/
|
||||
MIRROR=http://dl-cdn.alpinelinux.org/alpine/
|
||||
|
||||
PACKAGES="bash iptables ip6tables"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user