mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-23 18:21:27 +00:00
osbuilder: Bump fedora image version
- Swap out an EoL fedora image for the latest
Fixes: #6923
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
(cherry picked from commit b8ffcd1b9b
)
This commit is contained in:
parent
2ba029f3e1
commit
e8f8179d62
@ -3,7 +3,7 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Kata osbuilder 'works best' on Fedora
|
# 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'
|
# Version of the Dockerfile - update if you change this file to avoid 'stale'
|
||||||
# images being pulled from the registry.
|
# images being pulled from the registry.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
ARG IMAGE_REGISTRY=registry.fedoraproject.org
|
ARG IMAGE_REGISTRY=registry.fedoraproject.org
|
||||||
FROM ${IMAGE_REGISTRY}/fedora:34
|
FROM ${IMAGE_REGISTRY}/fedora:38
|
||||||
|
|
||||||
RUN ([ -n "$http_proxy" ] && \
|
RUN ([ -n "$http_proxy" ] && \
|
||||||
sed -i '$ a proxy='$http_proxy /etc/dnf/dnf.conf ; true) && \
|
sed -i '$ a proxy='$http_proxy /etc/dnf/dnf.conf ; true) && \
|
||||||
|
Loading…
Reference in New Issue
Block a user