The one where you amended the file?
yes
Next step is build a clear env in ~/ansible-builder03
remove old images ecc ecc
Same error on clean env
Can you use my same quay.io EE(it’s public) to test in you AWX?
Thank you
Sure. I’ll take a look.
Tested. Same issue that I had.
When you built the image … from ansible-builder…did you go into context directory and run the docker build from that?
Then:
mkdir ~/ansible-builderXX && cd ~/ansible-builderXX
python3 -m venv builder
source builder/bin/activate
Edit execution-environment.yml - requirements.yml - requirements.txt - bindep.txt - context/run.sh
ansible-builder build --tag quay.io/xxxxxxxxx/my_first_ee_image --context ./context --container-runtime docker FROM ~/ansible-builderXX
Edit context/Dockerfile
ADD RUN pip3 uninstall --yes ansible-runner && pip3 install ansible-runner==2.0.0a1
docker build -f ./context/Dockerfile -t quay.io/xxxxx/my_first_ee_image ./context
docker push quay.io/xxxx/my_first_ee_image
All right?
I also made run.sh execute chmod +x run.sh
Thats essentially it
also there is ansible-runner:2.0.0.1b? Along those lines. Update to that.
There isn’t ansible-runner:2.0.0.1b
Led you astray. Look at pypi
https://pypi.org/project/ansible-runner/#history
Yes, I’ve used 2.0.0a2
Same error
I’m desperate
Ooooook
Now after 19.1.0 upgrade works fine!!!
A suggestion please:
Is it better 1 EE with all collections or 4/5 EE with specific, then less, collections?
Thank you
Regards
Great. Is the size much smaller