/build-docker-containers

A bunch of docker containers bringing the neccessary tools to compile ArangoDB for a linux distribution

Primary LanguagePythonApache License 2.0Apache-2.0

build-docker-containers

This Repository is used up to ArangoDB 3.3

This repository contains bunch of docker containers bringing the neccessary tools to compile ArangoDB for a linux distribution.

#distros This contains the docker container descriptions. The layout is the following:

<linux distro>/<version> -- Dockerfile # the file to build this container
                         +- scripts/ + # utility scripts 
                                     +- install.sh # will pull GCC etc.
                                     +- prepare_buildenv.sh # should be sourced during compilation to set up the environment / paths etc. for compiling.

This is part of the ArangoDB Release Flow