* **DOCKER_COMMIT** (default: not set): If set, the docker image, which contains the build and test artifacts, will be saved in a Docker image. If unset, the container will not be commited and is removed. The value is used to specify an image name during the ``docker commit`` command. *Note* while this allows you to use the resulting docker image with eg. `docker run -it <DOCKER_COMMIT> /bin/bash`, the main intended use is with the `rerun_ci` feature or subsequent `industrial_ci`runs, which also manages attaching the required volumes etc.
0 commit comments