Changes between Version 2 and Version 3 of nightlydocker
- Timestamp:
- Apr 10, 2020, 12:05:06 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nightlydocker
v2 v3 1 1 = Nightly Linux builds using Docker = 2 3 ** Keep for historical reference (19 Septemeber 2018) ** 2 4 3 5 We create a base docker image that has the necessary tools to build ChimeraX. This image is called **rbvi/chimerax-devel:1.0** and it is based on the **debian:8** image with a lot of development packages. The plan is to create a **rbvi/chimerax-devel:2.0** that is based on the official Python manylinux1 docker image, **quay.io/pypa/manylinux1_x86_64** with a newer C++ compiler (the manylinx1 image has gcc 4.8.2 and ChimeraX needs 4.9 or newer). The plan is to publish the docker image as well as the build script.