Merge branch 'change-build-image' into 'master'
change build image See merge request vereto/infraops/popups/ephemeral-jamulus!4
This commit is contained in:
commit
10b9869163
1 changed files with 1 additions and 16 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
image:
|
image:
|
||||||
name: hashicorp/terraform:light
|
name: registry.gitlab.com/vereto/infraops/vereto-build-image:latest
|
||||||
entrypoint: [""]
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- tf-validate
|
- tf-validate
|
||||||
|
|
@ -28,12 +27,7 @@ tf-plan-private:
|
||||||
|
|
||||||
tf-apply-private:
|
tf-apply-private:
|
||||||
stage: tf-apply
|
stage: tf-apply
|
||||||
image:
|
|
||||||
name: hashicorp/terraform
|
|
||||||
entrypoint: [""]
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add ansible
|
|
||||||
- ansible-galaxy collection install community.docker
|
|
||||||
- chmod 600 jamulus.pem
|
- chmod 600 jamulus.pem
|
||||||
script:
|
script:
|
||||||
- terraform init
|
- terraform init
|
||||||
|
|
@ -61,12 +55,7 @@ tf-plan-public:
|
||||||
|
|
||||||
tf-apply-public:
|
tf-apply-public:
|
||||||
stage: tf-apply
|
stage: tf-apply
|
||||||
image:
|
|
||||||
name: hashicorp/terraform
|
|
||||||
entrypoint: [""]
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add ansible
|
|
||||||
- ansible-galaxy collection install community.docker
|
|
||||||
- chmod 600 jamulus.pem
|
- chmod 600 jamulus.pem
|
||||||
script:
|
script:
|
||||||
- terraform init
|
- terraform init
|
||||||
|
|
@ -82,11 +71,7 @@ tf-apply-public:
|
||||||
|
|
||||||
tf-destroy:
|
tf-destroy:
|
||||||
stage: tf-destroy
|
stage: tf-destroy
|
||||||
image:
|
|
||||||
name: hashicorp/terraform
|
|
||||||
entrypoint: [""]
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add ansible
|
|
||||||
- chmod 600 jamulus.pem
|
- chmod 600 jamulus.pem
|
||||||
script:
|
script:
|
||||||
- terraform init
|
- terraform init
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue