Update Docker image build scripts.
[alexxy/gromacs.git] / docs / dev-manual / containers.rst
1 ==========
2 Containers
3 ==========
4
5 |Gromacs| project infrastructure uses Docker containerization to
6 isolate automated tasks.
7 A number of images are maintained to provide a breadth of testing coverage.
8
9 Scripts and configuration files for building images are stored in the repository
10 under :file:`admin/containers/`
11 Images are (re)built manually by |Gromacs| project staff and pushed to
12 repositories at https://hub.docker.com/u/gromacs
13
14 Refer to :file:`buildall.sh` in the ``master`` branch for the set of images
15 currently being built.
16
17 Utilities
18 =========
19
20 :file:`utility.py`
21 ------------------
22
23 .. automodule:: utility
24     :members:
25
26 :file:`scripted_gmx_docker_builds.py`
27 -------------------------------------
28
29 .. automodule:: scripted_gmx_docker_builds