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:
stevenhorsman 2021-10-15 15:05:24 +01:00
parent 03cf3aa168
commit 85d455791c
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ RUN dnf -y update && dnf install -y \
m4 \
make \
pkgconfig \
fedora-release-common \
redhat-release \
sed \
systemd \
tar \

View File

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