# Official docker image that includes binaries from releases.hashicorp.com.
# This downloads the release from releases.hashicorp.com and therefore requires that
# the release is published before building the Docker image.
FROM docker.mirror.hashicorp.services/alpine:latest as official
# This is the release of Packer to pull in.
ARG PRODUCT_VERSION
LABELname="Packer"\
maintainer="HashiCorp Packer Team <packer@hashicorp.com>"\
vendor="HashiCorp"\
version=$PRODUCT_VERSION\
release=$PRODUCT_VERSION\
summary="Packer is a tool for creating identical machine images for multiple platforms from a single source configuration."\
description="Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. Please submit issues to https://github.com/hashicorp/packer/issues"