Commit be623d20 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Bump EL7 CI images to Intel 2018u4

parent f9117041
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
FROM centos:centos7

# Install core dev packages
RUN yum -y install make curl file git valgrind vim \
RUN yum -y install make curl file git gcc gcc-g++ valgrind vim \
        gdb zlib zlib-devel bzip2 bzip2-libs bzip2-devel python-devel
RUN yum -y install epel-release
RUN yum -y install zeromq-devel
@@ -9,8 +9,8 @@ RUN yum -y install zeromq-devel
# Install Intel C++ compiler
WORKDIR /tmp
COPY silent-custom.cfg /tmp
RUN curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12717/parallel_studio_xe_2018_update2_cluster_edition.tgz | tar -xz \
  && ./parallel_studio_xe_2018_update2_cluster_edition/install.sh -s ./silent-custom.cfg \
RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a96318d777f072bdbff4b/download' | tar -xz \
  && ./parallel_studio_xe_2018_update4_cluster_edition/install.sh -s ./silent-custom.cfg \
  && rm -rf parallel_studio_xe_2018* silent*

# Install extra repos
+3 −3
Original line number Diff line number Diff line
FROM centos:centos7

# Install core dev packages
RUN yum -y install make curl file git gcc pkg-config valgrind vim \
RUN yum -y install make curl file git gcc gcc-g++ pkg-config valgrind vim \
        gdb zlib zlib-devel bzip2 bzip2-libs bzip2-devel python-devel
RUN yum -y install epel-release
RUN yum -y install zeromq-devel
@@ -9,8 +9,8 @@ RUN yum -y install zeromq-devel
# Install Intel C++ compiler
WORKDIR /tmp
COPY silent-custom.cfg /tmp
RUN curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12717/parallel_studio_xe_2018_update2_cluster_edition.tgz | tar -xz \
  && ./parallel_studio_xe_2018_update2_cluster_edition/install.sh -s ./silent-custom.cfg \
RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a96318d777f072bdbff4b/download' | tar -xz \
  && ./parallel_studio_xe_2018_update4_cluster_edition/install.sh -s ./silent-custom.cfg \
  && rm -rf parallel_studio_xe_2018* silent*

# Install extra repos