mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 20:32:54 +00:00
Merge pull request #332 from jcvenegas/fedora-update
rootfs: upgrade docker images for fedora
This commit is contained in:
commit
fb454f87f7
@ -3,20 +3,20 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
From fedora:27
|
From fedora:30
|
||||||
|
|
||||||
@SET_PROXY@
|
@SET_PROXY@
|
||||||
|
|
||||||
RUN dnf -y update && dnf install -y \
|
RUN dnf -y update && dnf install -y \
|
||||||
git \
|
chrony \
|
||||||
systemd \
|
curl \
|
||||||
pkgconfig \
|
|
||||||
gcc \
|
gcc \
|
||||||
coreutils \
|
git \
|
||||||
libseccomp \
|
libseccomp \
|
||||||
libseccomp-devel \
|
libseccomp-devel \
|
||||||
chrony \
|
make \
|
||||||
curl
|
pkgconfig \
|
||||||
|
systemd
|
||||||
|
|
||||||
# This will install the proper golang to build Kata components
|
# This will install the proper golang to build Kata components
|
||||||
@INSTALL_GO@
|
@INSTALL_GO@
|
||||||
|
@ -8,16 +8,16 @@ From fedora:@OS_VERSION@
|
|||||||
@SET_PROXY@
|
@SET_PROXY@
|
||||||
|
|
||||||
RUN dnf -y update && dnf install -y \
|
RUN dnf -y update && dnf install -y \
|
||||||
git \
|
chrony \
|
||||||
redhat-release \
|
curl \
|
||||||
systemd \
|
|
||||||
pkgconfig \
|
|
||||||
gcc \
|
gcc \
|
||||||
make \
|
git \
|
||||||
libseccomp \
|
libseccomp \
|
||||||
libseccomp-devel \
|
libseccomp-devel \
|
||||||
chrony \
|
make \
|
||||||
curl
|
pkgconfig \
|
||||||
|
redhat-release \
|
||||||
|
systemd
|
||||||
|
|
||||||
# This will install the proper golang to build Kata components
|
# This will install the proper golang to build Kata components
|
||||||
@INSTALL_GO@
|
@INSTALL_GO@
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
OS_NAME="Fedora"
|
OS_NAME="Fedora"
|
||||||
|
|
||||||
OS_VERSION=${OS_VERSION:-28}
|
OS_VERSION=${OS_VERSION:-30}
|
||||||
|
|
||||||
MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"
|
MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user