We are auto generating docker images via our build system so the Dockerfile is a template. To build your own ArangoDB image:
cp Dockerfile.templ DockerfileAdjust @VERSION@ in the Dockerfile to the version of arangodb you want to have and issue:
docker build -t arangodb .This will create an image named arangodb.
For user documentation please refer to our official docker hub documentation:
https://hub.docker.com/_/arangodb/
The integration and the release flow this repository is involved in is documented here: https://github.com/arangodb/documents/blob/master/Core/arangodb_docker.md