Merge branch 'change-build-image' into 'master'

change build image

See merge request vereto/infraops/popups/ephemeral-jamulus!4
This commit is contained in:
scootz 2023-02-17 09:30:23 +00:00
commit 10b9869163

View file

@ -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