File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ FROM openshift/origin-source
8
8
9
9
COPY *.repo /etc/yum.repos.d/
10
10
RUN INSTALL_PKGS="bsdtar ceph-common device-mapper device-mapper-persistent-data e2fsprogs ethtool findutils git hostname iptables lsof nmap-ncat socat sysvinit-tools tar tree util-linux wget which xfsprogs" && \
11
+ yum install -y centos-release-paas-common && \
12
+ rpm -V centos-release-paas-common && \
11
13
yum install -y centos-release-ceph-luminous && \
12
14
rpm -V centos-release-ceph-luminous && \
13
15
yum install -y ${INSTALL_PKGS} && \
Original file line number Diff line number Diff line change
1
+ [centos-paas7-common]
2
+ name = CentOS OpenShift Origin Common - Dependencies only
3
+ baseurl = http://cbs.centos.org/kojifiles/repos/paas7-common-el7-build/latest/$basearch
4
+ sslverify = 0
5
+ skip_if_unavailable = 1
6
+ enabled = 1
7
+ gpgcheck = 1
8
+ gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS
9
+ includepkgs = haproxy18*
You can’t perform that action at this time.
0 commit comments