-
semantic-release-bot authored
## [5.2.1](https://gitlab.com/to-be-continuous/docker/compare/5.2.0...5.2.1) (2023-07-12) ### Bug Fixes * **doc:** update typo on documentation [skip ci] ([95245ba4](https://gitlab.com/to-be-continuous/docker/commit/95245ba4982663513ac4114878ed8bad0bc07a24)) * **kaniko:** force '--cache-repo' option (strip tag) ([7d4a1946](https://gitlab.com/to-be-continuous/docker/commit/7d4a19461953ff81edae0252701abcbbfbc4affe))
semantic-release-bot authored## [5.2.1](https://gitlab.com/to-be-continuous/docker/compare/5.2.0...5.2.1) (2023-07-12) ### Bug Fixes * **doc:** update typo on documentation [skip ci] ([95245ba4](https://gitlab.com/to-be-continuous/docker/commit/95245ba4982663513ac4114878ed8bad0bc07a24)) * **kaniko:** force '--cache-repo' option (strip tag) ([7d4a1946](https://gitlab.com/to-be-continuous/docker/commit/7d4a19461953ff81edae0252701abcbbfbc4affe))
gitlab-ci-docker-vault.yml 750 B
# =====================================================================================================================
# === Vault template variant
# =====================================================================================================================
variables:
# variabilized vault-secrets-provider image
TBC_VAULT_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
# variables have to be explicitly declared in the YAML to be exported to the service
VAULT_ROLE_ID: "$VAULT_ROLE_ID"
VAULT_SECRET_ID: "$VAULT_SECRET_ID"
.docker-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "docker", "5.2.1"]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"