We now use devtoolset <https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/> in our images, to support a more recent build-chain.
- 📦 Add
centos-release-scl
repo and installeddevtoolset-8
, active by default.
- 🐳 supported Docker tags.
Moved Dockerfiles for tags to branches.
- 🚚 Moved Dockerfile for tag
latest
to branchtag/latest
. - 🚚 Moved Dockerfile for tag
gcc-4.9.4
to branchtag/gcc-4.9.4
.
- 📝 Add notes on tags and branches to README.
- 🐳 Added gcc-4.9.4 tag, for updated gcc version in
/usr/local/
.
- ➕ install
which
.
- 🐳 use a single
RUN
statement in the Dockerfile.
- 🐍 update
pip
.
- 🐳 use
LABEL
instead ofMAINTAINER
.
Initial import 🎉.
- 🔧 Added bumpversion configuration.
- 🔧 Added reno configuration.
- 📝 Updated README.