osbuilder: Bump fedora image version

- Swap out an EoL fedora image for the latest

Fixes: #6923
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2023-05-22 13:47:49 +01:00
parent a2e69c5b66
commit b8ffcd1b9b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
# Kata osbuilder 'works best' on Fedora
FROM fedora:34
FROM fedora:38
# Version of the Dockerfile - update if you change this file to avoid 'stale'
# images being pulled from the registry.

View File

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: Apache-2.0
ARG IMAGE_REGISTRY=registry.fedoraproject.org
FROM ${IMAGE_REGISTRY}/fedora:34
FROM ${IMAGE_REGISTRY}/fedora:38
RUN ([ -n "$http_proxy" ] && \
sed -i '$ a proxy='$http_proxy /etc/dnf/dnf.conf ; true) && \