Images to build and test ParaView plugins and ParaView based applications
10K+
This repository contains images to build and test your own ParaView plugins and ParaView based applications in the context of CI.
All images contain an installed ParaView in /opt/paraview/install directory.
Valid ParaView_DIR is /opt/paraview/install/lib/cmake/paraview-{version}/.
Graphical testing is supported using Xvfb and mesa, both provided in the images.
ParaView has been built with :
cmake -GNinja
-DPARAVIEW_USE_PYTHON=ON
-DPARAVIEW_USE_MPI=ON
-DPARAVIEW_USE_GDAL=ON
-DVTK_SMP_IMPLEMENTATION_TYPE=TBB
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/paraview/install
If you or your team need more complex images, do not hesitate to contact Kitware for help.
Please take a look at our CI examples on gitlab and github.
There are two main types of images, release ones and nightly ones.
Nightly images are generated nightly and are identified by their hash corresponding to a hash on ParaView gitlab. The latest image corresponds to the last nightly built and will change over time. Specific nightly images may be removed at any time so, if needed, do not hesitate to pull and push them on another location.
Release images are generated when a new version of ParaView is released. The folowing release images are available:
The images are ubuntu:20.04 based.
Content type
Image
Digest
sha256:cf516b9a0…
Size
1.1 GB
Last updated
about 2 hours ago
docker pull kitware/paraview-for-ci