Skip to content

Commit

Permalink
Update Docker images used by launch script integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavic authored and wilkinsona committed Nov 22, 2016
1 parent 617a825 commit 8bd2e69
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CentOS 5.11 from 22/03/2016
FROM centos@sha256:7f8a808416f712da6931ac65e4308fede7fe86bcf15364b6f63af88840fe6131
# CentOS 5.11 from 30/08/2016
FROM centos@sha256:f5ac6bb54c5042387c79c83fca93eff7b721da54ab995fd64a20b23f6785465d
RUN yum install -y wget && \
yum install -y system-config-services && \
yum install -y curl && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CentOS 6.7 from 22/03/2016
FROM centos@sha256:4f6d8f794af3574eca603b965fc0b63fdf852be29c17d3ab4cad7ec2272b82bd
# CentOS 6.8 from 30/08/2016
FROM centos@sha256:699d6ab3b404f286b5f5e88415e05668b7af39413d2941aa2bdf1a843b77e9ed
RUN yum install -y wget && \
yum install -y system-config-services && \
yum install -y curl && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:xenial-20160503
FROM ubuntu:trusty-20160914
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:webupd8team/java -y && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:trusty-20160503.1
FROM ubuntu:xenial-20160914
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:webupd8team/java -y && \
Expand Down

0 comments on commit 8bd2e69

Please sign in to comment.