mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 13:46:46 +00:00
Merge pull request #2971 from wainersm/stable-2.2_image-builder-fix
stable-2.2 | osbuilder: build image-builder image from Fedora 34
This commit is contained in:
commit
63ecbcf14b
@ -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:latest
|
FROM ${IMAGE_REGISTRY}/fedora:34
|
||||||
|
|
||||||
RUN [ -n "$http_proxy" ] && sed -i '$ a proxy='$http_proxy /etc/dnf/dnf.conf ; true
|
RUN [ -n "$http_proxy" ] && sed -i '$ a proxy='$http_proxy /etc/dnf/dnf.conf ; true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user