From 6740382e66ed7f7300e77aa6b730c8950231629e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=CC=81bio=20Matavelli?= Date: Thu, 12 Mar 2020 20:09:31 +0000 Subject: [PATCH] add terraform image --- .gitlab-ci.yml | 2 ++ Dockerfile.terraform | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 Dockerfile.terraform diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 105bcbe..0cfde3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,6 +117,7 @@ sitespeed-gitlab test: *test_build ubi-release test: *test_build www-gitlab-com-2.6 test: *test_build build-git: *test_build +terraform test: *test_build # Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml gitlab-docs test: *test_build gitlab-docs-lint test: *test_build @@ -179,6 +180,7 @@ sitespeed-gitlab: *build_and_deploy ubi-release: *build_and_deploy www-gitlab-com-2.6: *build_and_deploy build-git: *build_and_deploy +terraform: *build_and_deploy # Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml gitlab-docs: *build_and_deploy gitlab-docs-lint: *build_and_deploy diff --git a/Dockerfile.terraform b/Dockerfile.terraform new file mode 100644 index 0000000..ab41178 --- /dev/null +++ b/Dockerfile.terraform @@ -0,0 +1,3 @@ +FROM hashicorp/terraform:light + +RUN apk --update --no-cache add jq \ No newline at end of file