Difference between revisions of "GitLab Credential Helpers"
Jump to navigation
Jump to search
↑ https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#use-credential-helpers
Line 1: | Line 1: | ||
* https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#use-credential-helpers | * https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#use-credential-helpers | ||
+ | Example: <ref>https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#use-credential-helpers</ref> | ||
+ | { | ||
+ | "[[credHelpers]]": { | ||
+ | "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "[[ecr-login]]" | ||
+ | } | ||
+ | } | ||
== See also == | == See also == |
Revision as of 11:35, 5 August 2022
Example: [1]
{ "credHelpers": { "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "ecr-login" } }
See also
- Credential Helpers,
credHelpers, credsStore, docker-credential-osxkeychain
- GitLab CI, variables, templates, executors,
.gitlab-ci.yml, .gitlab/
, Credential helpers, notifications, pipeline editor, Keyword reference, Changelog,ContainersNotReady
, GitLab environments
Advertising: