TAO 3.3 is released. Check out the announcement here - https://forum.taotesting.com/discussion/593/tao-community-edition-3-3-released#latest
How to build TAO 3.3 using docker.
Hello there,
I would like to build TAO 3.3 using docker.
I downloaded TAO_3.3.0-RC2_build and at docker folder, I commanded "docker-compose build" using docker desktop (version2.5.0.0). (I also use Windows10) Then I got this error message.
ERROR: Service 'tao_phpfpm' failed to build : The command '/bin/sh -c apt-get update && apt-get install -y libpng-dev libjpeg-dev libpq-dev zip unzip sudo wget sqlite3 libsqlite3-dev && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
I searched the Internet, but I couldn't get an answer. Could you give me any advice, please?
Comments
From my experience the docker-compose file included with tao does not give you a fully working tao deployment. At least not one you would want to use in production. If you want to use Tao in a docker image you will need to build your own docker file. This requires knowledge of all of Tao's requirements.
Thank you very much for your answer. I decide to choose alternative way.