These are the Docker image definitions used by the Read the Docs build environments to encapsulate the build process.
You can find these images on Docker Hub, on the readthedocs/build repositoryr:
- readthedocs/build:1.0 - Ubuntu 14.04 based image
- readthedocs/build:1.0-dotnet - Ubuntu 14.04 based image, plus .NET
- readthedocs/build:2.0 - Ubuntu 16.04 based image
- readthedocs/build:latest - Latest development image
To use the pre-built images, you can pull from Docker Hub:
docker pull readthedocs/build:latest
You can also compile these images locally:
docker build -t readthedocs/build:latest .
See CONTRIBUTING for more information on building and testing.