mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 00:37:24 +00:00
rootfs: update fedora to 29 for arm64.
there is issue in fedora:28 when start systemd service. update fedora to 29 will bypass this issue. Fixes: #349 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
parent
46785d86cc
commit
1eec032c63
@ -5,6 +5,6 @@
|
|||||||
|
|
||||||
# image busybox will fail on fedora 30 rootfs image
|
# image busybox will fail on fedora 30 rootfs image
|
||||||
# see https://github.com/kata-containers/osbuilder/issues/334 for detailed info
|
# 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"
|
MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"
|
||||||
|
Loading…
Reference in New Issue
Block a user