Difference between revisions of "GitLab: DOCKER AUTH CONFIG"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
DOCKER_AUTH_CONFIG | DOCKER_AUTH_CONFIG | ||
https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-3-use-docker_auth_config | https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-3-use-docker_auth_config | ||
+ | |||
+ | |||
+ | Example: | ||
+ | { | ||
+ | "credHelpers": { | ||
+ | "<aws_account_id>.dkr.ecr.<region>.amazonaws.com": "ecr-login" | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
[[~/.docker/config.json]] | [[~/.docker/config.json]] |
Revision as of 11:27, 5 August 2022
DOCKER_AUTH_CONFIG https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-3-use-docker_auth_config
Example:
{ "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: