mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
try a CentOS 8 container for now
This commit is contained in:
parent
3b4c6d2480
commit
e206a784e3
1 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM centos:7
|
||||
FROM centos:8
|
||||
|
||||
MAINTAINER Brian Stinson <brian@bstinson.com>
|
||||
|
||||
|
@ -6,10 +6,7 @@ USER root
|
|||
RUN yum -y install sudo epel-release
|
||||
RUN yum -y install koji python2-koji
|
||||
|
||||
# We need this until CentOS releases CR or 7.6.1810
|
||||
RUN yum -y install https://kojipkgs.fedoraproject.org//packages/libmodulemd/1.7.0/1.el7/x86_64/libmodulemd-1.7.0-1.el7.x86_64.rpm
|
||||
|
||||
RUN yum -y install git python-devel krb5-devel rpmdevtools python-centos rpm-python python-setuptools @development PyYAML libmodulemd python2-modulemd python2-cccolutils
|
||||
RUN yum -y install git python-devel krb5-devel rpmdevtools rpm-python python-setuptools @development PyYAML libmodulemd
|
||||
|
||||
RUN git clone -b centpkg-inbound https://pagure.io/forks/bstinson/rpkg.git /src/rpkg
|
||||
RUN git clone -b develop https://bitbucket.org/bstinsonmhk/centpkg.git /src/centpkg
|
||||
|
|
Loading…
Add table
Reference in a new issue