Search code examples
ignite

Up-to-date Ignite web console docker image


I'm wondering if there is a up-to-date docker image for the Ignite web console? When I pull "docker pull apacheignite/web-console-standalone" I only get an outdated version that isn't compatible with current web agent.

Or is the Dockerfile available so I can build the image myself without starting from the ground?

Maybe there is even a Dockerfile that puts webagent and console in one?

Thanks for any help!


Solution

  • @dontequila.

    apacheignite/web-console-standalone will be updated soon.

    You can also build docker by yourself:

    1. Checkout Apache Ignite master: Ignite Git: https://git-wip-us.apache.org/repos/asf/ignite
    2. cd modules/web-console/docker/standalone/
    3. ./build.sh (you may need sudo).