boostorg / release-tools

5 stars 24 forks source link

Docker #18

Closed sdarwin closed 3 years ago

sdarwin commented 4 years ago

Includes the following Dockerfiles:

python2/Dockerfile - This is the current image for boost releases. It's been updated with a small change, to install the python3 package, in case a library needs it. However, still mainly using python2.

python3/Dockerfile - Major upgrade to use python3 for everything. Almost ready. Should be hosted on docker hub with a different tag (such as ":python3"), and will require all the other release-tools to support python3.