1# Pass this file to "docker run" using --env-file argument. 2# Variables listed in this file will be set or propagated 3# to the docker container. 4 5# TODO(jtattermusch): revisit whether this very old hack is still needed. 6THIS_IS_REALLY_NEEDED="see https://github.com/docker/docker/issues/14203 for why docker is awful" 7 8# Kokoro sets environment variables for each build and we want them to be 9# available inside the test docker containers. 10KOKORO_BUILD_ID 11KOKORO_BUILD_INITIATOR 12KOKORO_BUILD_NUMBER 13KOKORO_BUILD_URL 14KOKORO_GIT_COMMIT 15KOKORO_GITHUB_COMMIT 16KOKORO_JOB_NAME 17KOKORO_GITHUB_PULL_REQUEST_NUMBER 18KOKORO_GITHUB_PULL_REQUEST_TARGET_BRANCH 19 20# Propagate ccache configuration to the docker containers. 21GRPC_BUILD_ENABLE_CCACHE 22CCACHE_SECONDARY_STORAGE 23