Merge pull request #335 from Pennyzct/fedora_28_on_aarch64

fedora-rootfs: using fedora 28 on aarch64
This commit is contained in:
Salvador Fuentes 2019-07-23 10:40:23 -05:00 committed by GitHub
commit 28b0ed9209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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"