Skip to content

Commit e2f89ec

Browse files
authored
Update docker image version for cloud build triggers (#1160)
1 parent d961fe3 commit e2f89ec

File tree

18 files changed

+48
-48
lines changed

18 files changed

+48
-48
lines changed

examples/tfengine/generated/devops/cicd/configs/tf-apply.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tfengine/generated/devops/cicd/configs/tf-plan.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tfengine/generated/devops/cicd/configs/tf-validate.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tfengine/generated/folder_foundation/cicd/configs/tf-apply.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tfengine/generated/folder_foundation/cicd/configs/tf-plan.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tfengine/generated/folder_foundation/cicd/configs/tf-validate.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tfengine/generated/multi_envs/cicd/configs/tf-apply.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tfengine/generated/multi_envs/cicd/configs/tf-plan.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tfengine/generated/multi_envs/cicd/configs/tf-validate.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tfengine/generated/org_foundation/cicd/configs/tf-apply.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ substitutions:
2323
_LOGS_BUCKET: ""
2424

2525
steps:
26-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
26+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
2727
entrypoint: terraform
2828
args: ["version"]
2929
id: Terraform version
3030

31-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
31+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3232
entrypoint: bash
3333
args: ["./cicd/configs/import.sh", "-d", "${_MANAGED_DIRS}"]
3434
dir: "${_TERRAFORM_ROOT}"
3535
id: Import existing projects
3636

37-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
37+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3838
entrypoint: bash
3939
args: ["./cicd/configs/run.sh", "-d", "${_MANAGED_DIRS}", "-a", "init", "-a", "plan -out=plan.tfplan -input=false", "-a", "apply -input=false plan.tfplan"]
4040
dir: "${_TERRAFORM_ROOT}"

examples/tfengine/generated/org_foundation/cicd/configs/tf-plan.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ substitutions:
2323
_LOGS_BUCKET: ""
2424

2525
steps:
26-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
26+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
2727
entrypoint: terraform
2828
args: ["version"]
2929
id: Terraform version
3030

31-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
31+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3232
entrypoint: bash
3333
args: ["./cicd/configs/run.sh", "-d", "${_MANAGED_DIRS}", "-a", "init -lock=false", "-a", "plan -lock=false -out=plan.tfplan"]
3434
dir: "${_TERRAFORM_ROOT}"
3535
id: Speculative plan
3636

3737
# Check for delete operations as an FYI, it won't fail the build.
38-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
38+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3939
entrypoint: bash
4040
args: ["./cicd/configs/tf-deletion-check.sh", "./cicd/configs/tf-deletion-allowlist.txt"]
4141
dir: "${_TERRAFORM_ROOT}"

examples/tfengine/generated/org_foundation/cicd/configs/tf-validate.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ substitutions:
2323
_LOGS_BUCKET: ""
2424

2525
steps:
26-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
26+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
2727
entrypoint: terraform
2828
args: ["version"]
2929
id: Terraform version
3030

31-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
31+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3232
entrypoint: terraform
3333
args: ["fmt", "-recursive", "-check"]
3434
dir: "${_TERRAFORM_ROOT}"
3535
id: Terraform configs format check
3636

37-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
37+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3838
entrypoint: bash
3939
args: ["./cicd/configs/run.sh", "-d", "${_MANAGED_DIRS}", "-a", "init -backend=false", "-a", "validate"]
4040
dir: "${_TERRAFORM_ROOT}"

examples/tfengine/generated/team/cicd/configs/tf-apply.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ substitutions:
2323
_LOGS_BUCKET: ""
2424

2525
steps:
26-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
26+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
2727
entrypoint: terraform
2828
args: ["version"]
2929
id: Terraform version
3030

31-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
31+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3232
entrypoint: bash
3333
args: ["./cicd/configs/import.sh", "-d", "${_MANAGED_DIRS}"]
3434
dir: "${_TERRAFORM_ROOT}"
3535
id: Import existing projects
3636

37-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
37+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3838
entrypoint: bash
3939
args: ["./cicd/configs/run.sh", "-d", "${_MANAGED_DIRS}", "-a", "init", "-a", "plan -out=plan.tfplan -input=false", "-a", "apply -input=false plan.tfplan"]
4040
dir: "${_TERRAFORM_ROOT}"

examples/tfengine/generated/team/cicd/configs/tf-plan.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ substitutions:
2323
_LOGS_BUCKET: ""
2424

2525
steps:
26-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
26+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
2727
entrypoint: terraform
2828
args: ["version"]
2929
id: Terraform version
3030

31-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
31+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3232
entrypoint: bash
3333
args: ["./cicd/configs/run.sh", "-d", "${_MANAGED_DIRS}", "-a", "init -lock=false", "-a", "plan -lock=false -out=plan.tfplan"]
3434
dir: "${_TERRAFORM_ROOT}"
3535
id: Speculative plan
3636

3737
# Check for delete operations as an FYI, it won't fail the build.
38-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
38+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3939
entrypoint: bash
4040
args: ["./cicd/configs/tf-deletion-check.sh", "./cicd/configs/tf-deletion-allowlist.txt"]
4141
dir: "${_TERRAFORM_ROOT}"

examples/tfengine/generated/team/cicd/configs/tf-validate.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ substitutions:
2323
_LOGS_BUCKET: ""
2424

2525
steps:
26-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
26+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
2727
entrypoint: terraform
2828
args: ["version"]
2929
id: Terraform version
3030

31-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
31+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3232
entrypoint: terraform
3333
args: ["fmt", "-recursive", "-check"]
3434
dir: "${_TERRAFORM_ROOT}"
3535
id: Terraform configs format check
3636

37-
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:d881ce4ff2a73fa0877dd357af798a431a601b2ccfe5a140837bcb883cd3f011"
37+
- name: "gcr.io/cloud-foundation-cicd/cft/developer-tools-light@sha256:42d746379f734577e1f69c6f1c848928da65aa1ab37d56a3430abc23d6cd1954"
3838
entrypoint: bash
3939
args: ["./cicd/configs/run.sh", "-d", "${_MANAGED_DIRS}", "-a", "init -backend=false", "-a", "validate"]
4040
dir: "${_TERRAFORM_ROOT}"

0 commit comments

Comments
 (0)