Sign inSign up

circlekeurope/terraform

By circlekeurope

•Updated over 7 years ago

Hashicorp Terraform (terraform) on Alpine Linux (latest)

Image
0

636

circlekeurope/terraform repository overview

⁠Terraform Docker Image

Images for working with terraform on CI/CD pipelines. Takes two arguments, VERSION and ALPINE_VERSION during build process.

⁠Building

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 Dockerfile

Build 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 Dockerfile

Tag summary

Content type

Image

Digest

Size

85.2 MB

Last updated

over 7 years ago

docker pull circlekeurope/terraform