build: update comments in dockerfile
This commit is contained in:
parent
9d623290f4
commit
f211cf0c73
|
@ -2,11 +2,10 @@
|
||||||
# using the current working directory.
|
# using the current working directory.
|
||||||
#
|
#
|
||||||
# This produces a docker image that contains a working Terraform binary along
|
# 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
|
# with all of its source code. This is not what produces the official releases
|
||||||
# as terraform:full. The main releases (terraform:latest, terraform:light and
|
# in the "terraform" namespace on Dockerhub; those images include only
|
||||||
# the release tags) are lighter images including only the officially-released
|
# the officially-released binary from releases.hashicorp.com and are
|
||||||
# binary from releases.hashicorp.com; these are built instead from
|
# built by the (closed-source) official release process.
|
||||||
# scripts/docker-release/Dockerfile-release.
|
|
||||||
|
|
||||||
FROM golang:alpine
|
FROM golang:alpine
|
||||||
LABEL maintainer="HashiCorp Terraform Team <terraform@hashicorp.com>"
|
LABEL maintainer="HashiCorp Terraform Team <terraform@hashicorp.com>"
|
||||||
|
|
Loading…
Reference in New Issue