You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using juniper to build artifacts in a gitlab runner using a docker in docker dnd image, I get the following warning:
time="2019-03-22T03:55:20Z" level=error msg="Error parsing the serverURL" error="docker-credential-ecr-login can only be used with Amazon Elastic Container Registry." serverURL="https://index.docker.io/v1/"
build-python3.6: Pulling from lambci/lambda
Pulling benchmark-api-lambda (lambci/lambda:build-python3.7)...
time="2019-03-22T03:56:07Z" level=error msg="Error parsing the serverURL" error="docker-credential-ecr-login can only be used with Amazon Elastic Container Registry." serverURL="https://index.docker.io/v1/"
The artifacts do get built, but the warning is incovenient. There seems to be a related problem defined in this issue: awslabs/amazon-ecr-credential-helper#76
Expected
Either document and implement a way to address this message when building or document for the sake for awareness.
Actual
When using juniper to build artifacts in a gitlab runner using a docker in docker
dndimage, I get the following warning:Gitlab configuration:
The artifacts do get built, but the warning is incovenient. There seems to be a related problem defined in this issue: awslabs/amazon-ecr-credential-helper#76
Expected
Either document and implement a way to address this message when building or document for the sake for awareness.