docker image ansible/awx_web:3.0.1 not found
Follow the installation instructions for docker-compose (ansible-playbook -i inventory install.yml)
To install successfully
Error during playbook run:
TASK [local_docker : Start the containers] ********************************
fatal: [localhost]: FAILED! => {"changed": false, "errors": [], "module_stderr": "", "module_stdout": "", "msg": "Error starting project 404 Client Error: Not Found (\"manifest for ansible/awx_web:3.0.1 not found\")"}
Seems the docker image Ansible Web 3.0.1 doesn't exist following the release of 3.0.1 - reference:
https://hub.docker.com/r/ansible/awx_web/tags
Same error today that did not happen last week :-(
File installer/roles/local_docker/defaults/main.yml defines version of awx_web image as
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
And recent commit 63e3e733e015faff3f9683eab097b8a67f10e555 changed the file VERSION from 3.0.0 to 3.0.1. But in the docker hub, there is no image tagged as 3.0.1. So install playbook now fails :-(
definitely broken
Hello,
Thanks for creating this issue. We published the new image this morning, so I think this should now be resolved.
Most helpful comment
Hello,
Thanks for creating this issue. We published the new image this morning, so I think this should now be resolved.