Difference between revisions of "GitLab: DOCKER AUTH CONFIG"
Jump to navigation
Jump to search
↑ https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#use-credential-helpers
Line 6: | Line 6: | ||
{ | { | ||
"credHelpers": { | "credHelpers": { | ||
− | "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "ecr-login" | + | "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "[[ecr-login]]" |
} | } | ||
} | } |
Revision as of 11:28, 5 August 2022
DOCKER_AUTH_CONFIG https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-3-use-docker_auth_config
Example: [1]
{ "credHelpers": { "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "ecr-login" } }
~/.docker/config.json
Related
See also
- GitLab: Install GitLab, Upgrade GitLab Gitlab runner (changelog),
gitlab.rb, .gitlab/, gitlab-ci.yml
,gitlab-ctl, gitlab-rake, gitlab-backup, gitlab-rails
, GitLab editions, GitLab Security Dashboards, GitLab environments, GitLab environment variables, Auto DevOps, permissions, GitLab Pages,gitlab-rails
, GitLab scheduled pipelines, GitLab logs, GitLab changelog , GitLab Release CLI, GitLab Omnibus, GitLab Advanced Search, GitLab container registry, GitLab infrastructure registry
Advertising: