Skip to content

Commit

Permalink
Configure terraform cache directory (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Dec 6, 2018
1 parent 02dd151 commit 2438e0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ RUN helm plugin install https://github.com/app-registry/appr-helm-plugin --versi
&& helm plugin install https://github.com/sagansystems/helm-github --version ${HELM_GITHUB_VERSION} \
&& helm plugin install https://github.com/hypnoglow/helm-s3 --version v${HELM_S3_VERSION} \
&& helm plugin install https://github.com/chartmuseum/helm-push --version v${HELM_PUSH_VERSION}

#
# Install bats-core for automated testing
# https://github.com/bats-core/bats-core
Expand All @@ -187,6 +188,11 @@ RUN curl --fail -sSL -O https://github.com/bats-core/bats-core/archive/v${BATS_C
rm -rf v${BATS_CORE_VERSION}.tar.gz && \
rm -rf /tmp/bats-core-${BATS_CORE_VERSION}

#
# Terraform defaults
#
ENV TF_PLUGIN_CACHE_DIR=/localhost/.terraform.d/plugins

#
# AWS
#
Expand Down

0 comments on commit 2438e0e

Please sign in to comment.