build: update comments in dockerfile
This commit is contained in:
parent
9d623290f4
commit
f211cf0c73
|
@ -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 <terraform@hashicorp.com>"
|
||||
|
|
Loading…
Reference in New Issue