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
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Actual
When using juniper to build artifacts in a gitlab runner using a docker in docker
dnd
image, 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.
The text was updated successfully, but these errors were encountered: