Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6.3.10. Prepare docker image

This section Intented Intended for preparing a docker image for https://apacheignite.readme.io/docs/docker-deployment

Prerequisite: Docker installed. For example, for Windows you can download https://docs.docker.com/docker-for-windows/ You may need to register at docker hub.  Dockerfile is available at https://github.com/apache/ignite/tree/master/docker/apache-ignite

Credentials can be found in SVN SVN:
https://svn.apache.org/repos/private/pmc/ignite/credentials/hub.docker.com.txt (PMC only)

You can get a binary distribution from the 'vote' folder of the release candidate.

Follow instructions from README file the README file and Dockerfile are available at:
https://github.com/apache/ignite/blobtree/master/deliveries/docker/apache-ignite/README.txt

To build an image run the following command (insert correct release number):

Code Block
languagebash
docker build . -t apacheignite/ignite:2.711.50 -t apacheignite/ignite:latest

This build take takes a distribution from some folder named like apache-ignite*

...

Code Block
languagebash
docker push apacheignite/ignite:2.711.50
docker push apacheignite/ignite:latest

...