Commit 8bd2e699 authored by Vedran Pavic's avatar Vedran Pavic Committed by Andy Wilkinson

Update Docker images used by launch script integration tests

parent 617a8259
# CentOS 5.11 from 22/03/2016 # CentOS 5.11 from 30/08/2016
FROM centos@sha256:7f8a808416f712da6931ac65e4308fede7fe86bcf15364b6f63af88840fe6131 FROM centos@sha256:f5ac6bb54c5042387c79c83fca93eff7b721da54ab995fd64a20b23f6785465d
RUN yum install -y wget && \ RUN yum install -y wget && \
yum install -y system-config-services && \ yum install -y system-config-services && \
yum install -y curl && \ yum install -y curl && \
......
# CentOS 6.7 from 22/03/2016 # CentOS 6.8 from 30/08/2016
FROM centos@sha256:4f6d8f794af3574eca603b965fc0b63fdf852be29c17d3ab4cad7ec2272b82bd FROM centos@sha256:699d6ab3b404f286b5f5e88415e05668b7af39413d2941aa2bdf1a843b77e9ed
RUN yum install -y wget && \ RUN yum install -y wget && \
yum install -y system-config-services && \ yum install -y system-config-services && \
yum install -y curl && \ yum install -y curl && \
......
FROM ubuntu:xenial-20160503 FROM ubuntu:trusty-20160914
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y software-properties-common && \ apt-get install -y software-properties-common && \
add-apt-repository ppa:webupd8team/java -y && \ add-apt-repository ppa:webupd8team/java -y && \
......
FROM ubuntu:trusty-20160503.1 FROM ubuntu:xenial-20160914
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y software-properties-common && \ apt-get install -y software-properties-common && \
add-apt-repository ppa:webupd8team/java -y && \ add-apt-repository ppa:webupd8team/java -y && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment