Loading templates/gitlab-ci-openshift-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: .os-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "openshift", "1.2.7" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider" templates/gitlab-ci-openshift.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 OC CLI tool (can be overridden) OS_CLI_IMAGE: "openshift/origin-cli:latest" Loading Loading @@ -560,7 +563,7 @@ stages: .os-base: image: $OS_CLI_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "openshift", "1.2.7" ] before_script: - *os-scripts Loading Loading
templates/gitlab-ci-openshift-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: .os-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "openshift", "1.2.7" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider"
templates/gitlab-ci-openshift.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 OC CLI tool (can be overridden) OS_CLI_IMAGE: "openshift/origin-cli:latest" Loading Loading @@ -560,7 +563,7 @@ stages: .os-base: image: $OS_CLI_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "openshift", "1.2.7" ] before_script: - *os-scripts Loading