Home
last modified time | relevance | path

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

12345678910>>...17

/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/flutter/skia/docker/
DREADME.md1 Docker chapter
4 Docker files for building different Skia targets.
11 There is a continuous process that builds this docker image, but if you
14 docker build -t skia-release ./docker/skia-release/
15 docker tag skia-release gcr.io/skia-public/skia-release:prod
16 docker push gcr.io/skia-public/skia-release:prod
24 There is a continuous process that builds this docker image, but if you
27 docker build -t skia-wasm-release ./docker/skia-wasm-release/
28 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod
29 docker push gcr.io/skia-public/skia-wasm-release:prod
[all …]
Dcloudbuild.yaml22 - name: 'gcr.io/cloud-builders/docker'
23 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-release:prod', './docker/skia-release']
26 - name: 'gcr.io/cloud-builders/docker'
27 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-wasm-release:prod', './docker/skia-wasm-release']
62 # We can't (easily) run docker inside of docker, which is how we get
64 - name: 'gcr.io/cloud-builders/docker'
70 - name: 'gcr.io/cloud-builders/docker'
81 - name: 'gcr.io/cloud-builders/docker'
92 - name: 'gcr.io/cloud-builders/docker'
103 - name: 'gcr.io/cloud-builders/docker'
[all …]
/third_party/mbedtls/tests/scripts/
Ddocker_env.sh8 # This is a helper script to enable running tests under a Docker container,
14 # This script expects a Linux x86_64 system with a recent version of Docker
17 # (http_proxy and https_proxy) set appropriately. If an alternate Docker
22 # Running this script directly will check for Docker availability and set up
23 # the Docker image.
47 # Make sure docker is available
48 if ! which docker > /dev/null; then
49 …echo "Docker is required but doesn't seem to be installed. See https://www.docker.com/ to get star…
53 # Figure out if we need to 'sudo docker'
54 if groups | grep docker > /dev/null; then
[all …]
/third_party/libcoap/
D.travis.yml11 - docker
24 - docker build -t obgm/libcoap:travis-env .
44 …- docker run --privileged -e CC -e PLATFORM -e TLS obgm/libcoap:travis-env /bin/sh -c "scripts/bui…
49 …- docker run --privileged -e CC -e PLATFORM -e TLS obgm/libcoap:travis-env /bin/sh -c "scripts/bui…
54 …- docker run --privileged -e CC -e PLATFORM -e TESTS -e DOCS -e TLS obgm/libcoap:travis-env /bin/s…
56 # Docker disables IPv6 in containers by default, so re-enable it.
59 - sudo touch /etc/docker/daemon.json
60 - sudo cat /etc/docker/daemon.json
61 - sudo service docker stop
63 - 'echo ''{"ipv6": true, "fixed-cidr-v6": "2001:db8:1::/64"}'' | sudo tee /etc/docker/daemon.json'
[all …]
/third_party/flutter/skia/infra/skqp/docker/
DREADME.md1 Docker chapter
4 Docker files to ease working with the Android SDK/NDK and SKQP.
17 docker build -t android-skqp ./android-skqp/
21 docker tag android-skqp gcr.io/skia-public/android-skqp:$ANDROID_SDK_VERSION
22 docker push gcr.io/skia-public/android-skqp:$ANDROID_SDK_VERSION
27 docker build -t android-skqp ./android-skqp/
30 docker run --privileged -d --name android_em \
37 docker exec -it android_em /bin/bash
40 docker run -it --rm -w /SRC/infra/skqp \
45 # original docker run)
[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/flutter/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/flutter/skia/infra/wasm-common/docker/
DREADME.md1 Docker chapter
4 Docker files to ease working with PathKit and WASM.
22 docker build -t emsdk-release ./emsdk-release/
24 docker run -it emsdk-release /bin/bash
26docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-release /SRC/infra/pathki…
43 using the default Docker settings. To be safe, it is recommended to run the container
48 docker build -t karma-chrome-tests ./karma-chrome-tests/
50 docker run -it --shm-size=2gb karma-chrome-tests /bin/bash
52docker run --shm-size=2gb -v $SKIA_ROOT:/SRC karma-chrome-tests karma start /SRC/infra/pathkit/kar…
70 using the default Docker settings. To be safe, it is recommended to run the container
[all …]
DMakefile4 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version
8 docker build --no-cache -t emsdk-release ./emsdk-release/
9 docker tag emsdk-release gcr.io/skia-public/emsdk-release:${EMSDK_VERSION}
10 docker push gcr.io/skia-public/emsdk-release:${EMSDK_VERSION}
11 docker tag emsdk-release gcr.io/skia-public/emsdk-release:prod
12 docker push gcr.io/skia-public/emsdk-release: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/ejdb/docker/
DREADME.md1 # Docker support
3 If you have [Docker]("https://www.docker.com/") installed, you can build a Docker image and run it …
6 cd docker
7 docker build -t ejdb2 .
8 docker run -d -p 9191:9191 --name myEJDB ejdb2 --access myAccessKey
11 or get an image of `ejdb2` directly from the Docker Hub
14 docker run -d -p 9191:9191 --name myEJDB softmotions/ejdb2 --access myAccessKey
/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/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/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/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/flutter/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/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/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 …]

12345678910>>...17