[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cbi-dev] What's the best startup Docker image for SWT UI Tests?
|
On 14/09/2018 17:14, Mickael Istria wrote:
Hi folks,
I'm considering using a Docker agent for some Jenkins builds I manage
to get more control on the environment, and also to have this
environment explicit somewhere and reusable so everything should be
more portable.
What would you recommend as Docker image for testing
SWT/Platform-based applications? As far as I remember, this requires
gtk, a window manager with X or wayland, java and that's about all.
Which image should I get started from? Do some projects already use
similar images?
Hi,
We've recently started working on this in Sirius. Our current version
can be seen at
https://git.eclipse.org/r/plugins/gitiles/sirius/org.eclipse.sirius/+/master/releng/org.eclipse.sirius.releng/docker/build
It's based on Debian 9.4 and uses tigervnc with Metacity (no Gnome or
other descktop env.). It can certainly be improved, but it seems to do
the job for the time being.
Regards,
Pierre-Charles