Loading templates/gitlab-ci-s3-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: .s3-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "s3", "2.1.5" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider" templates/gitlab-ci-s3.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" S3_CMD_IMAGE: "d3fk/s3cmd:latest" S3_HOST_BUCKET: "%(bucket)s.$S3_ENDPOINT_HOST" S3_BASE_BUCKET_NAME: "$CI_PROJECT_NAME" Loading Loading @@ -387,7 +390,7 @@ stages: name: $S3_CMD_IMAGE entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "s3", "2.1.5" ] before_script: - *s3-scripts Loading Loading
templates/gitlab-ci-s3-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: .s3-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "s3", "2.1.5" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider"
templates/gitlab-ci-s3.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" S3_CMD_IMAGE: "d3fk/s3cmd:latest" S3_HOST_BUCKET: "%(bucket)s.$S3_ENDPOINT_HOST" S3_BASE_BUCKET_NAME: "$CI_PROJECT_NAME" Loading Loading @@ -387,7 +390,7 @@ stages: name: $S3_CMD_IMAGE entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "s3", "2.1.5" ] before_script: - *s3-scripts Loading