Update Containerfiles
This commit is contained in:
parent
fad51f81af
commit
5b9ea2b5b0
4 changed files with 79 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM registry.centos.org/centos:7
|
||||
FROM quay.io/centos/centos:7
|
||||
RUN \
|
||||
yum -y update && \
|
||||
yum install -y \
|
||||
|
|
|
|||
26
devtools/containers/Dockerfile.f37
Normal file
26
devtools/containers/Dockerfile.f37
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
FROM registry.fedoraproject.org/fedora:37
|
||||
RUN \
|
||||
dnf -y update --nodocs --setopt=install_weak_deps=False && \
|
||||
dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||
'dnf-command(download)' \
|
||||
gcc \
|
||||
git \
|
||||
glib2-devel \
|
||||
glibc-langpack-en \
|
||||
krb5-devel \
|
||||
libffi-devel \
|
||||
python3-librepo \
|
||||
libxml2-devel \
|
||||
make \
|
||||
openssl-devel \
|
||||
python3-devel \
|
||||
python3-pip \
|
||||
python3-pytest \
|
||||
python3-rpm \
|
||||
python3-tox \
|
||||
redhat-rpm-config \
|
||||
rpm-build \
|
||||
rpm-devel \
|
||||
sqlite-devel \
|
||||
yum-utils && \
|
||||
dnf clean all\
|
||||
26
devtools/containers/Dockerfile.f38
Normal file
26
devtools/containers/Dockerfile.f38
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
FROM registry.fedoraproject.org/fedora:38
|
||||
RUN \
|
||||
dnf -y update --nodocs --setopt=install_weak_deps=False && \
|
||||
dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||
'dnf-command(download)' \
|
||||
gcc \
|
||||
git \
|
||||
glib2-devel \
|
||||
glibc-langpack-en \
|
||||
krb5-devel \
|
||||
libffi-devel \
|
||||
python3-librepo \
|
||||
libxml2-devel \
|
||||
make \
|
||||
openssl-devel \
|
||||
python3-devel \
|
||||
python3-pip \
|
||||
python3-pytest \
|
||||
python3-rpm \
|
||||
python3-tox \
|
||||
redhat-rpm-config \
|
||||
rpm-build \
|
||||
rpm-devel \
|
||||
sqlite-devel \
|
||||
yum-utils && \
|
||||
dnf clean all\
|
||||
26
devtools/containers/Dockerfile.f39
Normal file
26
devtools/containers/Dockerfile.f39
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
FROM registry.fedoraproject.org/fedora:39
|
||||
RUN \
|
||||
dnf -y update --nodocs --setopt=install_weak_deps=False && \
|
||||
dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||
'dnf-command(download)' \
|
||||
gcc \
|
||||
git \
|
||||
glib2-devel \
|
||||
glibc-langpack-en \
|
||||
krb5-devel \
|
||||
libffi-devel \
|
||||
python3-librepo \
|
||||
libxml2-devel \
|
||||
make \
|
||||
openssl-devel \
|
||||
python3-devel \
|
||||
python3-pip \
|
||||
python3-pytest \
|
||||
python3-rpm \
|
||||
python3-tox \
|
||||
redhat-rpm-config \
|
||||
rpm-build \
|
||||
rpm-devel \
|
||||
sqlite-devel \
|
||||
yum-utils && \
|
||||
dnf clean all\
|
||||
Loading…
Add table
Add a link
Reference in a new issue