mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-18 01:13:56 +00:00
Merge pull request #10010 from BbolroC/osbuilder-bump-fedora-to-40
osbuilder: Bump Fedora to 40
This commit is contained in:
commit
83b3a681f4
@ -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:38
|
FROM ${IMAGE_REGISTRY}/fedora:40
|
||||||
|
|
||||||
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