Skip to content

Commit

Permalink
Update inttest env to CentOS 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Dec 8, 2017
1 parent 0735650 commit 7b2b1a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion retz-inttest/src/test/resources/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7.3.1611
FROM centos:7.4.1708

ENV container docker

Expand All @@ -14,6 +14,8 @@ RUN yum install -y java-1.8.0-openjdk postgresql postgresql-server iproute httpd

RUN yum -y install epel-release

## TODO: update to 7.4 someday
## RUN yum -y install http://repos.mesosphere.com/el/7/noarch/RPMS/mesosphere-el-repo-7-4.noarch.rpm
RUN yum -y install http://repos.mesosphere.com/el/7/noarch/RPMS/mesosphere-el-repo-7-3.noarch.rpm
RUN yum -y install mesosphere-el-repo mesosphere-zookeeper
ARG MESOS_PACKAGE_NAME
Expand Down

0 comments on commit 7b2b1a8

Please sign in to comment.