I've copied the entire contents of my ~/.docker/config.json into a secret variable named DOCKER_AUTH_CONFIG. The contents is
{ "auths": { "registry.gitlab.com": { "auth": <redacted> } } } I've confirmed that the base64 decocded value of auth is the proper username and password joined with a semicolon and that I can run docker pull registry.gitlab.com/boltvoice/go-builder:master with success locally but when I run my job I get Running with gitlab-ci-multi-runner 1.8.0-rc.1 (1fd3fd4) Using Docker executor with image registry.gitlab.com/boltvoice/go-builder:master ... Pulling docker image registry.gitlab.com/boltvoice/go-builder:master ... ERROR: Preparation failed: API error (500): Get https://registry.gitlab.com/v2/boltvoice/go-builder/manifests/master: denied: access forbidden Will be retried in 3s ... Using Docker executor with image registry.gitlab.com/boltvoice/go-builder:master ... Pulling docker image registry.gitlab.com/boltvoice/go-builder:master ... ERROR: Preparation failed: API error (500): Get https://registry.gitlab.com/v2/boltvoice/go-builder/manifests/master: denied: access forbidden Will be retried in 3s ... Using Docker executor with image registry.gitlab.com/boltvoice/go-builder:master ... Pulling docker image registry.gitlab.com/boltvoice/go-builder:master ... ERROR: Preparation failed: API error (500): Get https://registry.gitlab.com/v2/boltvoice/go-builder/manifests/master: denied: access forbidden Will be retried in 3s ... ERROR: Build failed (system failure): API error (500): Get https://registry.gitlab.com/v2/boltvoice/go-builder/manifests/master: denied: access forbidden -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/9591e267-a6bb-4c3a-86bb-8e3cf18e53dd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.