Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 611 Bytes

File metadata and controls

20 lines (14 loc) · 611 Bytes

Docker Containers for Testing

Note For production containers please visit: http://github.com/cp2k/cp2k-containers.

This directory hosts docker files for testing cp2k. They are mostly used by the cp2k-ci to check pull requests and populate the dashboard.

To run a test one simply has to build the image:

./spack_cache_start.sh
podman build --network=host --shm-size=1g -f Dockerfile.test_sdbg -t cp2k_test_sdbg ../../

To retrieve the cached report of an old image simply run it:

podman run cp2k_test_sdbg