mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 14:25:43 +00:00
osbuilder: update base rootfs to be ubuntu
- Revert fedora OS changes made in #2556 as we aren't using it anymore. - They should be done in main under #2116 Fixes #2849 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
03cf3aa168
commit
85d455791c
@ -30,7 +30,7 @@ RUN dnf -y update && dnf install -y \
|
||||
m4 \
|
||||
make \
|
||||
pkgconfig \
|
||||
fedora-release-common \
|
||||
redhat-release \
|
||||
sed \
|
||||
systemd \
|
||||
tar \
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
OS_NAME="Fedora"
|
||||
|
||||
OS_VERSION=${OS_VERSION:-34}
|
||||
OS_VERSION=${OS_VERSION:-30}
|
||||
|
||||
MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user