Skip to content

Commit

Permalink
mount AWS credentials file into Bazel container (#2341)
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft authored Sep 19, 2023
1 parent 82e561f commit 49c37b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/container/container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ EOF
-v "${HOME}/.cache/shared_bazel_repository_cache":"${HOME}/.cache/shared_bazel_repository_cache" \
-v "${HOME}/.cache/shared_bazel_action_cache":"${HOME}/.cache/shared_bazel_action_cache" \
-v "${HOME}/.docker/config.json":"/home/builder/.docker/config.json" \
-v "${HOME}/.aws":"/home/builder/.aws" \
-v "/tmp/bazel-container/.bazelrc":"/etc/bazel.bazelrc" \
--entrypoint=/bin/sleep \
"${containerImage}" \
Expand Down

0 comments on commit 49c37b3

Please sign in to comment.