Lines Matching full:docker
33 # --docker : create and work inside a container
34 # --docker-engine : specify the container engine to use (docker/podman/auto);
35 # implies --docker
45 # is intended mainly for internal use by the Docker support
115 # build docker container including the coverity-scan tools
116 echo "Building docker container..."
120 tests/docker/docker.py --engine ${DOCKER_ENGINE} build \
121 -t coverity-scanner -f scripts/coverity-scan/coverity-scan.docker \
148 if [ "$DOCKER" != yes ]; then
161 if [ "$DOCKER" = yes ]; then
170 DOCKER=no
245 --docker)
246 DOCKER=yes
250 --docker-engine)
253 echo "--docker-engine needs an argument"
256 DOCKER=yes
302 if [ "$DOCKER" = yes ] && [ ! -z "$SRCTARBALL" ]; then
303 echo --update-tools-only --docker is incompatible with --src-tarball.
352 # Run ourselves inside docker if that's what the user wants
353 if [ "$DOCKER" = yes ]; then
355 # we have read access to, and then pass it to docker build
357 # leak into the Docker image.
381 # Arrange for this docker run to get access to the sources with -v.
384 tests/docker/docker.py run -it --env COVERITY_EMAIL --env COVERITY_BUILD_CMD \
393 echo "Docker work complete."