Lines Matching full:docker
3 # This build script is for running the Jenkins unit test builds using docker.
5 # This script will build a docker container which will then be used to build
6 # and test the input UNIT_TEST_PKG. The docker container will be pre-populated
8 # phosphor-logging, ...). This allows the use of docker caching
11 # docker container will be pre-populated with the latest code from that input
27 # EXTRA_DOCKER_RUN_ARGS: Optional, pass arguments to docker run
68 # Configure docker build
70 echo "Building docker image with build-unit-test-docker"
73 DOCKER_IMG_NAME=$(./scripts/build-unit-test-docker)
90 # Run the docker unit test container with the unit test execution script
91 echo "Executing docker image"
111 docker run --cap-add=sys_admin --rm=true \