Loading templates/gitlab-ci-cf-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: .cf-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "cloudfoundry", "1.6.4" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider" templates/gitlab-ci-cf.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Docker Image with CF CLI tool (can be overridden) CF_CLI_IMAGE: "governmentpaas/cf-cli" Loading Loading @@ -692,7 +695,7 @@ stages: .cf-base: image: $CF_CLI_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "cloudfoundry", "1.6.4" ] before_script: # forcing en-US locale so we can parse cf commands output if necessary Loading Loading
templates/gitlab-ci-cf-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: .cf-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "cloudfoundry", "1.6.4" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider"
templates/gitlab-ci-cf.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Docker Image with CF CLI tool (can be overridden) CF_CLI_IMAGE: "governmentpaas/cf-cli" Loading Loading @@ -692,7 +695,7 @@ stages: .cf-base: image: $CF_CLI_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "cloudfoundry", "1.6.4" ] before_script: # forcing en-US locale so we can parse cf commands output if necessary Loading