Skip to content

Commit

Permalink
Remove tfenv auto install versions from Dockerfile (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd authored Oct 4, 2024
1 parent 0b2e9e7 commit f2f7cc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eq-terraform-deploy-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@ RUN gcloud config set core/disable_usage_reporting true && \
gcloud config set component_manager/disable_update_check true && \
gcloud config set metrics/environment github_docker_image

# Sets TFENV_AUTO_INSTALL=false so that by default only versions of
# Terraform included in this image are used i.e. other versions are not
# downloaded and installed.
ENV TFENV_AUTO_INSTALL=false

# Set the default configuration directory
VOLUME ["/root/.config"]

0 comments on commit f2f7cc5

Please sign in to comment.