-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication issues when building images #76
Comments
dkapanidis
added a commit
that referenced
this issue
Nov 9, 2017
Includes update of the go-dockerclient library related #76
Release v1.1.2 is out with new go-dockerclient. Can you check this solves the issue? |
Seems it doesn't
|
Thanks for the lightning fast answer.
|
I think this is still open. Did you find a workaround? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we build via captain there is some issue with authentication, I am not sure if could be related with the dockerclient version used by captain.
We are using amazon-ecr-credential-helper for authentication and we're not using custom config (https://github.com/fsouza/go-dockerclient/blob/master/auth.go#L76), just AWS IAM instance policies to handle auth.
The text was updated successfully, but these errors were encountered: