mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
Merge pull request #6924 from stevenhorsman/fedora-bump
osbuilder: Bump fedora image version
This commit is contained in:
commit
a28cefd538
@ -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.
|
||||
|
@ -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) && \
|
||||
|
Loading…
Reference in New Issue
Block a user