# This image includes all source code found in this repository,
# and is also pushed to DockerHub under the `full` tag.
FROM docker.mirror.hashicorp.services/alpine:latest as release-full
ARG VERSION
ARG BIN_NAME
LABELname="Packer"\
maintainer="HashiCorp Packer Team <packer@hashicorp.com>"\
vendor="HashiCorp"\
version=$VERSION\
release=$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"
# TARGETARCH and TARGETOS are set automatically when --platform is provided.
ARG TARGETOS TARGETARCH
RUN apk add --no-cache git bash openssl ca-certificates