Skip to content

Commit

Permalink
Merge pull request #4329 from samuel-rubin/install-xvfb-docker
Browse files Browse the repository at this point in the history
Add xfvb to Docker agent containers
  • Loading branch information
Shelley Lambert authored Jan 17, 2019
2 parents 1c77628 + 63a1610 commit 66df6cf
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion buildenv/jenkins/docker-slaves/ppc64le/centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, 2018 IBM Corp. and others
# Copyright (c) 2018, 2019 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -83,6 +83,7 @@ RUN yum -y update \
unzip \
vim \
wget\
xorg-x11-server-Xvfb \
xz \
zip \
libdwarf-devel \
Expand Down
3 changes: 2 additions & 1 deletion buildenv/jenkins/docker-slaves/ppc64le/ubuntu16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, 2018 IBM Corp. and others
# Copyright (c) 2018, 2019 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -58,6 +58,7 @@ RUN apt-get update \
perl \
ssh \
wget \
xvfb \
&& rm -rf /var/lib/apt/lists/*

# Install Docker module to run test framework
Expand Down
3 changes: 2 additions & 1 deletion buildenv/jenkins/docker-slaves/ppc64le/ubuntu18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, 2018 IBM Corp. and others
# Copyright (c) 2018, 2019 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -55,6 +55,7 @@ RUN apt-get update \
perl \
ssh \
wget \
xvfb \
&& rm -rf /var/lib/apt/lists/*

# Install Docker module to run test framework
Expand Down
3 changes: 2 additions & 1 deletion buildenv/jenkins/docker-slaves/s390x/ubuntu16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, 2018 IBM Corp. and others
# Copyright (c) 2018, 2019 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -79,6 +79,7 @@ RUN apt-get update \
ssh \
unzip \
wget \
xvfb \
zip \
&& rm -rf /var/lib/apt/lists/*

Expand Down
3 changes: 2 additions & 1 deletion buildenv/jenkins/docker-slaves/s390x/ubuntu18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, 2018 IBM Corp. and others
# Copyright (c) 2018, 2019 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -55,6 +55,7 @@ RUN apt-get update \
perl \
ssh \
wget \
xvfb \
&& rm -rf /var/lib/apt/lists/*

# Install Docker module to run test framework
Expand Down
3 changes: 2 additions & 1 deletion buildenv/jenkins/docker-slaves/x86/centos6.9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, 2018 IBM Corp. and others
# Copyright (c) 2018, 2019 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -84,6 +84,7 @@ RUN yum -y update \
unzip \
vim \
wget\
xorg-x11-server-Xvfb \
xz \
zip \
&& yum clean all
Expand Down
3 changes: 2 additions & 1 deletion buildenv/jenkins/docker-slaves/x86/ubuntu16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, 2018 IBM Corp. and others
# Copyright (c) 2018, 2019 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -79,6 +79,7 @@ RUN apt-get update \
ssh \
unzip \
wget \
xvfb \
zip \
&& rm -rf /var/lib/apt/lists/*

Expand Down
3 changes: 2 additions & 1 deletion buildenv/jenkins/docker-slaves/x86/ubuntu18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, 2018 IBM Corp. and others
# Copyright (c) 2018, 2019 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -55,6 +55,7 @@ RUN apt-get update \
perl \
ssh \
wget \
xvfb \
&& rm -rf /var/lib/apt/lists/*

# Install Docker module to run test framework
Expand Down

0 comments on commit 66df6cf

Please sign in to comment.