devgrapher / gitlab-ci-terraform

๐Ÿ•Š๏ธ Automate build of multiple Terraform versions image by git tagging.

Home Page:https://hub.docker.com/r/ridibooks/gitlab-ci-terraform/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitlab-ci-terraform

Same as the official hashicorp/docker-hub-images, but without ENTRYPOINT.

Gitlab CI does not let you override ENTRYPOINT, meaning you can't use the official terraform image in your Gitlab-CI builds.

This image removes the entrypoint, allowing the container operator (the Gitlab-CI runner) to specify which CMD to invoke the container with.

Example

.gitlab-ci.yml file example:

image: jonatanblue/gitlab-ci-terraform:latest

test:
  script:
    - terraform --version

Builds

Automated builds set up on Docker Hub

About

๐Ÿ•Š๏ธ Automate build of multiple Terraform versions image by git tagging.

https://hub.docker.com/r/ridibooks/gitlab-ci-terraform/


Languages

Language:Shell 59.3%Language:Dockerfile 40.7%