Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-08 | build-docker-otp: Avoid copying the git repository to docker daemon | Björn Gustavsson | |
Since docker is run from the top-level of the otp repository, the entire repository will be the context for the docker daemon. In my private repository, more than 800Mb had to be copied before the build could be started. Let the ./scripts directory be the context for docker instead. That way, only the otp.tar.gz file needs to be copied. While we are it, also use the ADD command in the Dockerfiles to pack up the tar file and avoid copying the tar file itself to the Docker image. | |||
2017-03-08 | Reduce number of jobs for make | Björn Gustavsson | |
Running fewer jobs in parallel reduces the risk of running out of memory. | |||
2017-03-08 | Add docker images for building 32/64 bit erlang | Lukas Larsson | |