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