[ARVADOS-DEV] updated: 2748e092a403d6d8ff11a01238e55935aba7055a

git at public.curoverse.com git at public.curoverse.com
Mon Dec 7 15:31:14 EST 2015


Summary of changes:
 jenkins/package-test-dockerfiles/centos6/Dockerfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

       via  2748e092a403d6d8ff11a01238e55935aba7055a (commit)
      from  d3bbd1396af6fb8e6b6c8f50a0406cbc71ee82ca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 2748e092a403d6d8ff11a01238e55935aba7055a
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Dec 7 15:31:09 2015 -0500

    7953: Fix Docker image to test CentOS 6.6 packages.
    
    Follows the same rationale as
    bebf531a2cb9cf08843d6ac4d4ae2238d58efc2b.
    
    Refs #7953.

diff --git a/jenkins/package-test-dockerfiles/centos6/Dockerfile b/jenkins/package-test-dockerfiles/centos6/Dockerfile
index 5e354e2..814ad47 100644
--- a/jenkins/package-test-dockerfiles/centos6/Dockerfile
+++ b/jenkins/package-test-dockerfiles/centos6/Dockerfile
@@ -1,9 +1,7 @@
 FROM centos:6
 MAINTAINER Peter Amstutz <peter.amstutz at curoverse.com>
 
-RUN yum -q install --assumeyes scl-utils && \
-    curl -L -O https://www.softwarecollections.org/en/scls/rhscl/python27/epel-6-x86_64/download/rhscl-python27-epel-6-x86_64.noarch.rpm && \
-    yum -q install --assumeyes rhscl-python27-epel-6-x86_64.noarch.rpm && \
+RUN yum -q install --assumeyes scl-utils centos-release-SCL && \
     yum -q install --assumeyes python27
 
 COPY localrepo.repo /etc/yum.repos.d/localrepo.repo
\ No newline at end of file

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list