-
semantic-release-bot authored
## [5.0.1](https://gitlab.com/to-be-continuous/docker/compare/5.0.0...5.0.1) (2023-05-15) ### Bug Fixes * use $HOME for skopeo credentials for rootless use ([e8b89fde](https://gitlab.com/to-be-continuous/docker/commit/e8b89fdeaada7353998d3b92668873af9cb46b87))
semantic-release-bot authored## [5.0.1](https://gitlab.com/to-be-continuous/docker/compare/5.0.0...5.0.1) (2023-05-15) ### Bug Fixes * use $HOME for skopeo credentials for rootless use ([e8b89fde](https://gitlab.com/to-be-continuous/docker/commit/e8b89fdeaada7353998d3b92668873af9cb46b87))
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.0.1"]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"