• Home
  • Raw
  • Download

Lines Matching +full:debian +full:- +full:testing

8 #     http://www.apache.org/licenses/LICENSE-2.0
16 # Builds selected testing docker images and pushes them to artifact registry.
21 set -ex
25 cd -
29 # CHECK_MODE: if set, the script will check that all the .current_version files are up-to-date (us…
35 # $ gcloud auth configure-docker us-docker.pkg.dev
44 docker run --rm -it debian:11 bash -c 'echo "sudoless docker run works!"' || \
49 # qemu binfmt-misc hook that automatically runs arm64 binaries under
51 # Perform a check that "qemu-user-static" with binfmt-misc hook
53 …docker run --rm -it arm64v8/debian:11 bash -c 'echo "able to run arm64 docker images with an emula…
54 … can't run arm64 images under an emulator. Have you run 'sudo apt-get install qemu-user-static'?" …
57 ARTIFACT_REGISTRY_PREFIX=us-docker.pkg.dev/grpc-testing/testing-images-public
59 # all dockerfile definitions we use for testing and for which we push an image to the registry
65 third_party/rake-compiler-dock/*
74 for CURRENTVERSION_FILE in $(find tools/ third_party/rake-compiler-dock -name '*.current_version')
77 if [ ! -e "${DOCKERFILE_DIR}/Dockerfile" ]
95 if [ ! -e "$DOCKERFILE_DIR/Dockerfile" ]; then
98 DOCKER_IMAGE_TAG=$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
106 …TIFACT_REGISTRY_PREFIX}/${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}" --format=json | jq -r '.image_su…
131 …echo -n "${ARTIFACT_REGISTRY_PREFIX}/${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}@${DOCKER_IMAGE_DIGES…
144 echo "Skipped querying artifact registry (running in local-only mode)."
153 # it means the locally-built image hasn't been pushed to artifact registry yet.
182 # - one for image identification based on Dockerfile hash
183 # - one to exclude it from the GCP Vulnerability Scanner
185 -t ${ARTIFACT_REGISTRY_PREFIX}/${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG} \
186-t ${ARTIFACT_REGISTRY_PREFIX}/${DOCKER_IMAGE_NAME}:infrastructure-public-image-${DOCKER_IMAGE_TAG…
191 …# of building it from scratch locally. This should simplify the dockerhub -> artifact registry mig…
204 …echo -n "${ARTIFACT_REGISTRY_PREFIX}/${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}" >${DOCKERFILE_DIR}.…
209 …docker push ${ARTIFACT_REGISTRY_PREFIX}/${DOCKER_IMAGE_NAME}:infrastructure-public-image-${DOCKER_…
213 …{ARTIFACT_REGISTRY_PREFIX}/${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}" | jq -e -r ".[0].RepoDigests[…
214 …echo -n "${ARTIFACT_REGISTRY_PREFIX}/${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}@${DOCKER_IMAGE_DIGES…