docker_propagate_env.list 619 B

1234567891011121314151617
  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. # TODO(jtattermusch): revisit whether this very old hack is still needed.
  5. THIS_IS_REALLY_NEEDED="see https://github.com/docker/docker/issues/14203 for why docker is awful"
  6. # Kokoro sets environment variables for each build and we want them to be
  7. # available inside the test docker containers.
  8. KOKORO_BUILD_ID
  9. KOKORO_BUILD_NUMBER
  10. KOKORO_BUILD_URL
  11. KOKORO_JOB_NAME
  12. # Propagate ccache configuration to the docker containers.
  13. GRPC_BUILD_ENABLE_CCACHE
  14. CCACHE_SECONDARY_STORAGE