From 653f9a187ce6571ece2cf3345e630f263d268cd3 Mon Sep 17 00:00:00 2001 From: scootz Date: Fri, 17 Feb 2023 09:28:31 +0000 Subject: [PATCH] change build image --- .gitlab-ci.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2a1872..da2dcfd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ image: - name: hashicorp/terraform:light - entrypoint: [""] + name: registry.gitlab.com/vereto/infraops/vereto-build-image:latest stages: - tf-validate @@ -28,12 +27,7 @@ tf-plan-private: tf-apply-private: stage: tf-apply - image: - name: hashicorp/terraform - entrypoint: [""] before_script: - - apk add ansible - - ansible-galaxy collection install community.docker - chmod 600 jamulus.pem script: - terraform init @@ -61,12 +55,7 @@ tf-plan-public: tf-apply-public: stage: tf-apply - image: - name: hashicorp/terraform - entrypoint: [""] before_script: - - apk add ansible - - ansible-galaxy collection install community.docker - chmod 600 jamulus.pem script: - terraform init @@ -82,11 +71,7 @@ tf-apply-public: tf-destroy: stage: tf-destroy - image: - name: hashicorp/terraform - entrypoint: [""] before_script: - - apk add ansible - chmod 600 jamulus.pem script: - terraform init