From f211cf0c7339372df670223fca00ba4940ab4b3c Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Tue, 20 Oct 2020 15:58:22 -0400 Subject: [PATCH] build: update comments in dockerfile --- Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e940dbab..58f8f752a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,10 @@ # using the current working directory. # # This produces a docker image that contains a working Terraform binary along -# with all of its source code, which is what gets released on hub.docker.com -# as terraform:full. The main releases (terraform:latest, terraform:light and -# the release tags) are lighter images including only the officially-released -# binary from releases.hashicorp.com; these are built instead from -# scripts/docker-release/Dockerfile-release. +# with all of its source code. This is not what produces the official releases +# in the "terraform" namespace on Dockerhub; those images include only +# the officially-released binary from releases.hashicorp.com and are +# built by the (closed-source) official release process. FROM golang:alpine LABEL maintainer="HashiCorp Terraform Team "