Home
last modified time | relevance | path

Searched full:docker (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/third_party/mesa3d/.gitlab-ci/windows/
Dmesa_container.ps12 # Docker directly as we don't have buildah/podman/skopeo available under
3 # Windows, nor can we execute Docker-in-Docker
14 docker --config "windows-docker.conf" login -u "$registry_username" -p "$registry_password" "$regis…
16 Write-Host "docker login failed to $registry_uri"
21 docker --config "windows-docker.conf" pull "$registry_user_image"
24 docker --config "windows-docker.conf" logout "$registry_uri"
29 docker --config "windows-docker.conf" pull "$registry_central_image"
32 docker --config "windows-docker.conf" tag "$registry_central_image" "$registry_user_image"
33 docker --config "windows-docker.conf" push "$registry_user_image"
35 docker --config "windows-docker.conf" logout "$registry_uri"
[all …]
/third_party/skia/docker/
DREADME.md1 # Docker chapter
3 Docker files for building different Skia targets.
9 There is a continuous process that builds this docker image, but if you
12 docker build -t skia-release ./docker/skia-release/
13 docker tag skia-release gcr.io/skia-public/skia-release:prod
14 docker push gcr.io/skia-public/skia-release:prod
21 There is a continuous process that builds this docker image, but if you
24 docker build -t skia-wasm-release ./docker/skia-wasm-release/
25 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod
26 docker push gcr.io/skia-public/skia-wasm-release:prod
[all …]
/third_party/mbedtls/tests/scripts/
Ddocker_env.sh8 # This is a helper script to enable running tests under a Docker container,
14 # for the set of Docker images we use on the CI.
18 # This script expects a Linux x86_64 system with a recent version of Docker
21 # (http_proxy and https_proxy) set appropriately. If an alternate Docker
26 # Running this script directly will check for Docker availability and set up
27 # the Docker image.
51 # Make sure docker is available
52 if ! which docker > /dev/null; then
53 …echo "Docker is required but doesn't seem to be installed. See https://www.docker.com/ to get star…
57 # Figure out if we need to 'sudo docker'
[all …]
/third_party/skia/infra/wasm-common/docker/
DREADME.md1 Docker chapter
4 Docker files to ease working with PathKit and CanvasKit.
12 This image tracks the official emscripten Docker image and installs
19 docker build -t emsdk-base ./emsdk-base/
21 docker run -it emsdk-base /bin/bash
23docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b…
40 using the default Docker settings. To be safe, it is recommended to run the container
45 docker build -t karma-chrome-tests ./karma-chrome-tests/
47 docker run -it --shm-size=2gb karma-chrome-tests /bin/bash
49docker run --shm-size=2gb -v $SKIA_ROOT:/SRC karma-chrome-tests karma start /SRC/infra/pathkit/kar…
[all …]
DMakefile4 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version
8 docker build --no-cache -t emsdk-base ./emsdk-base/
9 docker tag emsdk-base gcr.io/skia-public/emsdk-base:${EMSDK_VERSION}
10 docker push gcr.io/skia-public/emsdk-base:${EMSDK_VERSION}
11 docker tag emsdk-base gcr.io/skia-public/emsdk-base:prod
12 docker push gcr.io/skia-public/emsdk-base:prod
15 docker build --no-cache -t karma-chrome-tests ./karma-chrome-tests/
16 docker tag karma-chrome-tests gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
17 docker push gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
/third_party/skia/infra/lottiecap/docker/
DREADME.md1 Docker chapter
4 Docker files to handle Gold + lottie-web integration
19 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/
21 docker tag lottie-web-puppeteer gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
22 docker push gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
25 using the default Docker settings. To be safe, it is recommended to run the container
30 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/
32 docker run -it --shm-size=2gb lottie-web-puppeteer /bin/bash
35docker run -it -v $SKIA_ROOT:/SRC -v ~/lottie-samples:/LOTTIE_FILES -v $LOTTIE_ROOT/build/player:/…
50 make gold-docker-image
[all …]
/third_party/skia/infra/bots/recipe_modules/docker/examples/full.expected/
Dtest.json4 "name": "Docker setup"
12 "name": "Docker setup.Get uid and gid",
33 "name": "Docker setup.mkdirs out_dir",
45 "name": "Docker setup.chmod 777 /host-out",
57 "name": "Docker setup.chmod 755 /host-src",
69 "name": "Docker setup.chmod 0755 ./do-stuff.sh",
87 "name": "Docker setup.mkdirs /copy-dst",
104 "name": "Docker setup.cp /copy-src/myfile /copy-dst/myfile",
116 "name": "Docker setup.chmod 644 /copy-dst/myfile",
129 "name": "Docker setup.chmod -R a+r /host-src",
[all …]
/third_party/rust/crates/libc/ci/
Drun-docker.sh3 # Disable SC2086 as it confuses the docker command.
7 # respective docker images.
23 docker system prune -af
24 docker system df
28 echo "Building docker container for target ${1}"
31 docker build -t libc -f "ci/docker/${1}/Dockerfile" ci/
39 docker run \
58 echo "Building docker container for target switch"
61 docker build -t libc -f "ci/docker/switch/Dockerfile" ci/
71 docker run \
[all …]
/third_party/libabigail/
DREADME-DOCKER.md1 # Libabigail Docker
3 Libabigail comes with two Dockerfile in [docker](docker) to build each of:
15 Docker images and other OCI artifacts.
18 $ docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora .
21 $ docker build -f docker/Dockerfile.ubuntu -t ghcr.io/woodard/libabigail-ubuntu-22.04 .
31 $ docker run -it ghcr.io/woodard/libabigail-ubuntu-22.04 bash
65 $ docker build -f docker/Dockerfile.test -t test .
/third_party/protobuf/kokoro/linux/
Dbuild_and_run_docker.sh3 # Builds docker image and runs a command under it.
6 # DOCKERHUB_ORGANIZATION - The organization on docker hub storing the
9 # DOCKER_RUN_SCRIPT - Script to run under docker (relative to protobuf repo root)
10 # OUTPUT_DIR - Directory that will be copied from inside docker after finishing.
11 # $@ - Extra args to pass to docker run
26 # docker images.
33 until docker pull $DOCKER_IMAGE_NAME; do sleep 10; done
39 # Choose random name for docker container
44 # Run command inside docker
45 docker run \
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/
DBUILD.adoc30 If you are using the <<depends-docker, Khronos-Provided Docker Image>>,
32 a Linux docker host) is:
34 $ docker run --user `id -u`:`id -g` -it --rm \
36 khronosgroup/docker-images:asciidoctor-spec /bin/bash
57 Integration pipeline; locally with persistent Docker volume storage of the
60 If you are not using our Docker image to build with, and you have a
61 <<depends-nondocker, Non-Docker Build Environment>> with the entire
355 [[depends-docker]]
356 === Khronos-Provided Docker Image
358 Khronos has published a Docker image containing a Debian Linux distribution
[all …]
/third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Debian10-GCC-x86_64-Debug-Docker.json4 "name": "Docker setup"
12 "name": "Docker setup.Get uid and gid",
30 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Debug-Docker/Debug"
33 "name": "Docker setup.mkdirs out_dir",
42 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Debug-Docker/Debug"
45 …"name": "Docker setup.chmod 777 [START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Debug-Do…
57 "name": "Docker setup.chmod 755 [START_DIR]/cache/work",
66 "RECIPE_MODULE[skia::build]/resources/docker-compile.sh"
69 "name": "Docker setup.chmod 0755 RECIPE_MODULE[skia::build]/resources/docker-compile.sh",
76 "docker",
[all …]
DBuild-Debian10-GCC-x86-Debug-Docker.json4 "name": "Docker setup"
12 "name": "Docker setup.Get uid and gid",
30 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86-Debug-Docker/Debug"
33 "name": "Docker setup.mkdirs out_dir",
42 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86-Debug-Docker/Debug"
45 …"name": "Docker setup.chmod 777 [START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86-Debug-Docke…
57 "name": "Docker setup.chmod 755 [START_DIR]/cache/work",
66 "RECIPE_MODULE[skia::build]/resources/docker-compile.sh"
69 "name": "Docker setup.chmod 0755 RECIPE_MODULE[skia::build]/resources/docker-compile.sh",
76 "docker",
[all …]
/third_party/skia/infra/wasm-common/
DMakefile4 docker build -t gold-karma-chrome-tests -f ./docker/gold-karma-chrome-tests/Dockerfile .
9 docker build -t perf-karma-chrome-tests -f ./docker/perf-karma-chrome-tests/Dockerfile .
18 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version
22 docker tag gold-karma-chrome-tests gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
23 docker push gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
26 docker tag perf-karma-chrome-tests gcr.io/skia-public/perf-karma-chrome-tests:${CHROME_VERSION}
27 docker push gcr.io/skia-public/perf-karma-chrome-tests:${CHROME_VERSION}
/third_party/libabigail/.github/workflows/
Dbuild-container.yaml63 run: docker pull ${uri}:latest || echo "No container to pull"
68 docker build -f docker/${dockerfile} -t ${container} .
70 docker tag ${container} ghcr.io/woodard/libabigail:latest
76 uses: docker/login-action@v1
85 docker push ${container}
87 docker push ghcr.io/woodard/libabigail:latest
95 docker tag ${uri}:latest ${uri}:${tag}
96 docker push ${uri}:${tag}
98 docker tag ${uri}:latest ghcr.io/woodard/libabigail:${tag}
99 docker push ghcr.io/woodard/libabigail:${tag}
/third_party/skia/infra/bots/recipes/perf_pathkit.expected/
DPerf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit.json45 "name": "Docker setup"
53 "name": "Docker setup.Get uid and gid",
74 "name": "Docker setup.mkdirs out_dir",
86 "name": "Docker setup.chmod 777 [START_DIR]/[SWARM_OUT_DIR]",
98 "name": "Docker setup.chmod 755 [START_DIR]",
110 "name": "Docker setup.chmod 0755 [START_DIR]/skia/infra/pathkit/perf_pathkit.sh",
128 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-asmjs/bin",
145 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js [START_DIR]/skia/modules/pathkit/npm-asmjs/b…
157 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/pathkit/npm-asmjs/bin/pathkit.js",
175 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-asmjs/bin (2)",
[all …]
Dpathkit_trybot.json45 "name": "Docker setup"
53 "name": "Docker setup.Get uid and gid",
74 "name": "Docker setup.mkdirs out_dir",
86 "name": "Docker setup.chmod 777 [START_DIR]/[SWARM_OUT_DIR]",
98 "name": "Docker setup.chmod 755 [START_DIR]",
110 "name": "Docker setup.chmod 0755 [START_DIR]/skia/infra/pathkit/perf_pathkit.sh",
128 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin",
145 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js [START_DIR]/skia/modules/pathkit/npm-wasm/bi…
157 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.js",
175 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin (2)",
[all …]
DPerf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit.json45 "name": "Docker setup"
53 "name": "Docker setup.Get uid and gid",
74 "name": "Docker setup.mkdirs out_dir",
86 "name": "Docker setup.chmod 777 [START_DIR]/[SWARM_OUT_DIR]",
98 "name": "Docker setup.chmod 755 [START_DIR]",
110 "name": "Docker setup.chmod 0755 [START_DIR]/skia/infra/pathkit/perf_pathkit.sh",
128 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin",
145 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js [START_DIR]/skia/modules/pathkit/npm-wasm/bi…
157 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/pathkit/npm-wasm/bin/pathkit.js",
175 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin (2)",
[all …]
/third_party/skia/infra/bots/recipes/test_canvaskit.expected/
DTest-Debian10-EMCC-GCE-GPU-WEBGL1-wasm-Debug-All-CanvasKit.json19 "name": "Docker setup"
27 "name": "Docker setup.Get uid and gid",
48 "name": "Docker setup.mkdirs out_dir",
60 "name": "Docker setup.chmod 777 [START_DIR]/[SWARM_OUT_DIR]",
72 "name": "Docker setup.chmod 755 [START_DIR]",
84 "name": "Docker setup.chmod 0755 [START_DIR]/skia/infra/canvaskit/test_canvaskit.sh",
102 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/canvaskit/npm_build/bin",
119 …"name": "Docker setup.cp [START_DIR]/build/canvaskit.js [START_DIR]/skia/modules/canvaskit/npm_bui…
131 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/canvaskit/npm_build/bin/canvaskit.js",
149 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/canvaskit/npm_build/bin (2)",
[all …]
/third_party/skia/infra/bots/recipes/test_pathkit.expected/
DTest-Debian10-EMCC-GCE-CPU-AVX2-wasm-Debug-All-PathKit.json4 "name": "Docker setup"
12 "name": "Docker setup.Get uid and gid",
33 "name": "Docker setup.mkdirs out_dir",
45 "name": "Docker setup.chmod 777 [START_DIR]/[SWARM_OUT_DIR]",
57 "name": "Docker setup.chmod 755 [START_DIR]",
69 "name": "Docker setup.chmod 0755 [START_DIR]/skia/infra/pathkit/test_pathkit.sh",
87 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin/test",
104 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js [START_DIR]/skia/modules/pathkit/npm-wasm/bi…
116 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/pathkit/npm-wasm/bin/test/pathkit.js",
134 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin/test (2)",
[all …]
Dpathkit_trybot.json4 "name": "Docker setup"
12 "name": "Docker setup.Get uid and gid",
33 "name": "Docker setup.mkdirs out_dir",
45 "name": "Docker setup.chmod 777 [START_DIR]/[SWARM_OUT_DIR]",
57 "name": "Docker setup.chmod 755 [START_DIR]",
69 "name": "Docker setup.chmod 0755 [START_DIR]/skia/infra/pathkit/test_pathkit.sh",
87 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin/test",
104 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js [START_DIR]/skia/modules/pathkit/npm-wasm/bi…
116 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/pathkit/npm-wasm/bin/test/pathkit.js",
134 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-wasm/bin/test (2)",
[all …]
DTest-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit.json4 "name": "Docker setup"
12 "name": "Docker setup.Get uid and gid",
33 "name": "Docker setup.mkdirs out_dir",
45 "name": "Docker setup.chmod 777 [START_DIR]/[SWARM_OUT_DIR]",
57 "name": "Docker setup.chmod 755 [START_DIR]",
69 "name": "Docker setup.chmod 0755 [START_DIR]/skia/infra/pathkit/test_pathkit.sh",
87 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-asmjs/bin/test",
104 …"name": "Docker setup.cp [START_DIR]/build/pathkit.js [START_DIR]/skia/modules/pathkit/npm-asmjs/b…
116 "name": "Docker setup.chmod 644 [START_DIR]/skia/modules/pathkit/npm-asmjs/bin/test/pathkit.js",
134 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/npm-asmjs/bin/test (2)",
[all …]
/third_party/skia/infra/bots/recipe_modules/flavor/
Ddocker.py8 """Docker flavor, used for running inside a Docker container."""
28 """Returns the path in the Docker container mapped to the given path.
30 Returns None if the path is not mapped into the Docker container.
34 (self.m.docker.mount_out(), str(self.m.vars.swarming_out_dir)),
35 (self.m.docker.mount_src(), str(self.m.path['start_dir'])),
42 extra_tokens = [t for t in self.m.vars.extra_tokens if t != 'Docker']
63 args = [self.m.docker.mount_src(), 'catchsegv', app] + [
65 self.m.docker.run('symbolized %s in Docker' % name, image_hash,
/third_party/astc-encoder/jenkins/
Dbuild-image.sh3 DOCKER_REGISTRY=mobile-studio--docker.${ARTIFACTORY_URL}
25 docker build -f jenkins/build.Dockerfile \
38 docker login -u ${ARTIFACTORY_CREDENTIALS%:*} -p ${ARTIFACTORY_CREDENTIALS#*:} $DOCKER_REGISTRY
39 docker push $DOCKER_REGISTRY/$IMAGE_NAME:$IMAGE_VERSION
40 # docker push $DOCKER_REGISTRY/$IMAGE_NAME:latest
42docker rmi $IMAGE_NAME:latest $IMAGE_NAME:$IMAGE_VERSION $DOCKER_REGISTRY/$IMAGE_NAME:latest $DOCK…
45 …echo " docker login -u ${ARTIFACTORY_CREDENTIALS%:*} -p ${ARTIFACTORY_CREDENTIALS#*:} $DOCKER_REG…
46 echo " docker push \"$DOCKER_REGISTRY/$IMAGE_NAME:$IMAGE_VERSION\""
47 # echo " docker push \"$DOCKER_REGISTRY/$IMAGE_NAME:latest\""
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/
DREADME.md4 Using the automated asset python scripts requires that Docker be installed.
10 Using Docker
12 It is easiest to just use the pre-built docker image.
14docker run -v /tmp/out:/OUT -e MESA_VERSION=18.1.7 gcr.io/skia-public/mesa-driver-builder:latest /…
23 If Docker is not installed, these steps may be used to build the driver.
24 This is known to work on Ubuntu 18.04, but is stale since we use the Docker container
62 Docker Image Maintanence
64 The docker image `mesa-driver-builder` is an Ubuntu container with many build
69 docker build -t mesa-driver-builder ./mesa-driver-builder/
71 docker tag mesa-driver-builder gcr.io/skia-public/mesa-driver-builder:v1
[all …]

12345678910>>...13