amazon web services - Python/Django Elastic Beanstalk now failing on deploy -


i'm working on project haven't touched in 4 months. before on deploy working fine, i'm getting error when trying deploy update.

failed pull docker image amazon/aws-eb-python:3.4.2-onbuild-3.5.1: pulling repository amazon/aws-eb-python time="2016-01-17t01:40:45z" level="fatal" msg="could not reach registry endpoint" . check snapshot logs details. hook /opt/elasticbeanstalk/hooks/appdeploy/pre/03build.sh failed. more detail, check /var/log/eb-activity.log using console or eb cli.

in eb-activity log, further states [cmd-appdeploy/appdeploystage0/appdeployprehook/03build.sh] : activity execution failed, because: pulling repository amazon/aws-eb-python before repeating shown in ui.

the original using preconfigured docker 64bit debian jessie v1.3.1 running python 3.4. i've tried upgrading latest, version 2.0.6, never completes (don't need specifics of error, separate issue , i'd stay on 1.3.1 if possible). i've tried upgrading latest 1.x has same result of upgrading 2.0.6.

any ideas, or else should looking clues?

docker hub has deprecated pulls docker clients on 1.5 , earlier. make sure docker client version @ least above 1.5. see https://blog.docker.com/2015/10/docker-hub-deprecation-1-5/ more information.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -