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 "