Sign inSign up

kitware/paraview-for-ci

By kitware

Updated about 2 hours ago

Images to build and test ParaView plugins and ParaView based applications

Image
0

10K+

kitware/paraview-for-ci repository overview

Introduction

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.

Example Usages

Please take a look at our CI examples on gitlab and github.

Images

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:

  • v5.8.0
  • v5.8.1
  • v5.8 (latest v5.8.N)
  • v5.9.0
  • v5.9.1
  • v5.9 (latest v5.9.N)
  • v5.10.0
  • v5.10.1
  • v5.10 (latest v5.10.N)
  • v5.11.0
  • v5.11.1
  • v5.11.2
  • v5.11 (latest v5.11.N)
  • v5.12.0
  • v5.12.1
  • v5.12 (latest v5.12.N)
  • v5.13.0
  • v5.13.1
  • v5.13.2
  • v5.13.3
  • v5.13 (latest v5.13.N)
  • v6.0.0
  • v6.0.1
  • v6.0 ((latest v6.0.N)
  • v6.1.0
  • v6.1 ((latest v6.1.N)

The images are ubuntu:20.04 based.

Tag summary

Content type

Image

Digest

sha256:cf516b9a0

Size

1.1 GB

Last updated

about 2 hours ago

docker pull kitware/paraview-for-ci