mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 13:14:33 +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>
This commit is contained in:
parent
a2e69c5b66
commit
b8ffcd1b9b
@ -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