#3177 Drop RHEL6 references
Merged 2 years ago by tkopecek. Opened 2 years ago by jcupova.
jcupova/koji issue-3165  into  master

Drop RHEL6 references
Jana Cupova • 2 years ago  
@@ -1,28 +0,0 @@ 

- FROM centos:6

- RUN \

-   yum install -y \

-     gcc \

-     git \

-     make \

-     krb5-devel \

-     libffi-devel \

-     openssl-devel \

-     pyOpenSSL \

-     python-cheetah \

-     python-devel \

-     python-requests \

-     redhat-rpm-config \

-     rpm-build \

-     rpm-python \

-     yum-utils && \

-   yum install -y epel-release && \

-   yum install -y \

-     python-flake8 \

-     python-multilib \

-     python-pip \

-     python-psycopg2 \

-     python-qpid-proton \

-     python-requests-kerberos \

-     yumdownloader && \

-   pip install -U 'pip==9.0.1' && \

-   pip install -U tox

@@ -4,7 +4,6 @@ 

  To facilitate in development - specifically, running tests, some Dockerfiles are

  provided:

  

- * [`./Dockerfile.centos6`](./Dockerfile.centos6) CentOS 6, for testing with python2.6

  * [`./Dockerfile.centos7`](./Dockerfile.centos7) CentOS 7, for testing with python2.7

  * [`./Dockerfile.centos8`](./Dockerfile.centos8) CentOS 8, for testing with python3.6

  * [`./Dockerfile.f32`](./Dockerfile.f32) Fedora 32, for testing with python3.8

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

2 years ago

Commit d83a763 fixes this pull-request

Pull-Request has been merged by tkopecek

2 years ago