0

Configuring a mesos slave to use amazon ECR gives the following error when it receives a job:

Unsupported auth-scheme: BASIC

Does this look familiar to anyone ? I'm running the slave pointed to my user's docker config json file, which i updated by issuing a docker login beforehand.

janisz
  • 6,292
  • 4
  • 37
  • 70
andrei
  • 339
  • 3
  • 12
  • Can you show your configuration? How do you obtain [authentication token](https://stackoverflow.com/a/34692206/1387612). – janisz Jul 27 '17 at 11:37
  • 1
    I solved it in the mean time, i was just stupid. I'll post an answer below – andrei Jul 27 '17 at 13:34

1 Answers1

0

Turns out it was my bad. I didn't modify the application that started this job to change the docker image name to include the registry as well.

andrei
  • 339
  • 3
  • 12