#3898 Update Containerfiles
Merged 8 months ago by tkopecek. Opened 8 months ago by tkopecek.
tkopecek/koji containers-update  into  master

@@ -1,4 +1,4 @@ 

- FROM registry.centos.org/centos:7

+ FROM quay.io/centos/centos:7

  RUN \

    yum -y update && \

    yum install -y \

@@ -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\

@@ -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\

@@ -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\

  • update centos 7 registry
  • add current fedoras

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

8 months ago

Commit 2fb1a85 fixes this pull-request

Pull-Request has been merged by tkopecek

8 months ago