mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00:00
fedora-rootfs: using fedora 28 on aarch64
For some reason, busybox image crashed on fedora 30 rootfs on aarch64. For now, we will switch back to use fedora 28. Fixes: #334 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
This commit is contained in:
parent
cd9ab72636
commit
9bfc083ef5
10
rootfs-builder/fedora/config_aarch64.sh
Normal file
10
rootfs-builder/fedora/config_aarch64.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2019 ARM Limited
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
# image busybox will fail on fedora 30 rootfs image
|
||||||
|
# see https://github.com/kata-containers/osbuilder/issues/334 for detailed info
|
||||||
|
OS_VERSION="28"
|
||||||
|
|
||||||
|
MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"
|
Loading…
Reference in New Issue
Block a user