Hashicorp Terraform (terraform) on Alpine Linux (latest)
636
Images for working with terraform on CI/CD pipelines. Takes two arguments, VERSION and ALPINE_VERSION during build process.
Build and tag with alpine latest and terraform 0.11.12:
docker build --build-arg VERSION=0.11.12 -tag terraform:0.11.12 -f DockerfileBuild and tag with alpine 3.9 and terraform 0.11.12:
docker build --build-arg VERSION=0.11.12 --build-arg ALPINE_VERSION=3.9 -tag terraform:0.11.12-alpine3.9 -f DockerfileContent type
Image
Digest
Size
85.2 MB
Last updated
over 7 years ago
docker pull circlekeurope/terraform