dougbtv / docker-asterisk

Some dockerfiles for whipping up an asterisk server
283 stars 135 forks source link

Error: image library/docker_images not found #56

Closed juvinski closed 7 years ago

juvinski commented 7 years ago

Hi,

I'm trying to reproduce your environment but after a lot of issues witn CentOS 7 and now running inventory/coreos cluster_big_pull.yml and I receiving "Error: image library/docker_images not found", "stdout": "Using default tag: latest\nPulling repository docker.io/library/docker_images"

dougbtv commented 7 years ago

Hrmmm, where are you using Centos 7, as a base image? Also, I'll happily take a PR if you can find where in the Ansible playbook it's asking for that image. Thanks for opening the issue, I'm on the road at the moment and may not be able to try to replicate it for a week plus, just fyi.

On Wed, Sep 21, 2016, 11:11 AM Vinicius Juvinski notifications@github.com wrote:

Hi,

I'm trying to reproduce your environment but after a lot of issues witn CentOS 7 and now running inventory/coreos cluster_big_pull.yml and I receiving "Error: image library/docker_images not found", "stdout": "Using default tag: latest\nPulling repository docker.io/library/docker_images"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dougbtv/docker-asterisk/issues/56, or mute the thread https://github.com/notifications/unsubscribe-auth/AFN_vWEQlTs9PgXr4Za1yngR9avD3yi4ks5qsXNigaJpZM4KDHIV .

juvinski commented 7 years ago

Hi Doug. CenOS are tricky. First, Kernel doesn't have support for 9p virtualization ( This helber has done an excellent work - https://github.com/helber/coreos-carga/blob/master/docs/kvm.md based on - http://scientificlinuxforum.org/index.php?showtopic=2858) After that, ansiable, I had to change the coreos file inside inventory from: ansible_python_interpreter="PATH=/home/core/bin:$PATH python" To ansible_python_interpreter="/home/core/bin/python" Now I'm dealing with this docker issue, I will update you when found a solution for this issue

dougbtv commented 7 years ago

Thanks for looking into it, appreciate that a lot. sorry I'm not available to also replicate it at the moment.

On Wed, Sep 21, 2016, 1:51 PM Vinicius Juvinski notifications@github.com wrote:

Hi Doug. CenOS are tricky. First, Kernel doesn't have support for 9p virtualization ( This helber has done an excellent work - https://github.com/helber/coreos-carga/blob/master/docs/kvm.md based on - http://scientificlinuxforum.org/index.php?showtopic=2858) After that, ansiable, I had to change the coreos file inside inventory from: ansible_python_interpreter="PATH=/home/core/bin:$PATH python" To ansible_python_interpreter="/home/core/bin/python" Now I'm dealing with this docker issue, I will update you when found a solution for this issue

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/dougbtv/docker-asterisk/issues/56#issuecomment-248753710, or mute the thread https://github.com/notifications/unsubscribe-auth/AFN_vbTe6HdpcvHiM-sOyr7ZAijpJEOKks5qsabegaJpZM4KDHIV .