Merge pull request #350 from jongwu/29

rootfs: update fedora to 29 for arm64.
This commit is contained in:
Julio Montes 2019-09-20 08:46:40 -05:00 committed by GitHub
commit c33068de10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@
# image busybox will fail on fedora 30 rootfs image
# see https://github.com/kata-containers/osbuilder/issues/334 for detailed info
OS_VERSION="28"
OS_VERSION="29"
MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"