无法提取Docker映像Beanstalk

无法提取Docker映像Beanstalk,docker,amazon-elastic-beanstalk,Docker,Amazon Elastic Beanstalk,使用eb_deployer的每个ElasticBeanstalk部署都会失败,并出现以下错误: [2015-02-11T15:02:31.551Z] INFO [6528] - [CMD- Startup/StartupStage0/AppDeployPreHook/03build.sh] : Starting activity... [2015-02-11T15:02:33.280Z] INFO [6528] - [CMD- Startup/StartupStage0/AppDeplo

使用eb_deployer的每个ElasticBeanstalk部署都会失败,并出现以下错误:

[2015-02-11T15:02:31.551Z] INFO  [6528]  - [CMD- Startup/StartupStage0/AppDeployPreHook/03build.sh] : Starting activity...
[2015-02-11T15:02:33.280Z] INFO  [6528]  - [CMD- Startup/StartupStage0/AppDeployPreHook/03build.sh] : Activity execution failed, because: command failed with error code 1: /opt/elasticbeanstalk/hooks/appdeploy/pre/03build.sh
Pulling repository foo/bar
2015/02/11 15:02:33 Error: image foo/bar not found
Failed to pull Docker image foo/bar:staging: Pulling repository foo/bar
2015/02/11 15:02:33 Error: image foo/bar not found. Check snapshot logs for details. (Executor::NonZeroExitStatus)
  at /opt/elasticbeanstalk/lib/ruby/lib/ruby/gems/2.1.0/gems/executor-1.0/lib/executor/exec.rb:81:in `sh'
  from /opt/elasticbeanstalk/lib/ruby/lib/ruby/gems/2.1.0/gems/executor-1.0/lib/executor.rb:15:in `sh'
  from /opt/elasticbeanstalk/lib/ruby/lib/ruby/gems/2.1.0/gems/beanstalk-core-1.1/lib/elasticbeanstalk/executable.rb:63:in `execute!'

Docker映像确实存在,并且可以使用相同的标记在本地提取。

这是远程Docker api的身份验证失败。

您是如何修复的?