Lines Matching full:docker
4 # This build script is for running the OpenBMC builds as Docker containers.
24 # CONTAINER_ONLY Set to "true" if you only want to build the docker
26 # DOCKER_REG: <optional, the URL of a docker registry to utilize
28 # (ex. docker.io or public.ecr.aws/docker/library)
29 # EXTRA_DOCKER_RUN_ARGS: Optional, pass arguments to docker run
31 # Docker Image Build Variables:
42 # img_name The name given to the target build's docker image.
44 # img_tag The base docker image distro tag:
97 # Docker Image Build Variables:
134 DOCKER_IMAGE_NAME=$(./scripts/build-unit-test-docker)
135 docker run --cap-add=sys_admin --rm=true \
158 # Configure Docker build
270 # Create the Docker run script
390 # Give the Docker image a name based on the distro,tag,arch,and target
393 # Ensure appropriate docker build output to see progress and identify
397 # Build the Docker image
398 docker build --network=host -t "${img_name}" - <<< "${Dockerfile}"
422 # Run the Docker container, execute the build.sh script
424 docker run \