Changes between Version 1 and Version 2 of nightlydocker
- Timestamp:
- Jan 10, 2017, 7:00:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nightlydocker
v1 v2 1 1 = Nightly Linux builds using Docker = 2 2 3 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 build script as well as the resulting docker image.3 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. 4 4 5 5 The Linux build script: