Skip to content

Latest commit

 

History

History
141 lines (76 loc) · 1.88 KB

CHANGELOG.rst

File metadata and controls

141 lines (76 loc) · 1.88 KB

CHANGELOG

v0.3.0

Summary

We now use devtoolset <https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/> in our images, to support a more recent build-chain.

Added Features

  • 📦 Add centos-release-scl repo and installed devtoolset-8, active by default.

Updates

  • 🐳 supported Docker tags.

v0.2.1

Summary

Moved Dockerfiles for tags to branches.

Changes

  • 🚚 Moved Dockerfile for tag latest to branch tag/latest.
  • 🚚 Moved Dockerfile for tag gcc-4.9.4 to branch tag/gcc-4.9.4.

Updates

  • 📝 Add notes on tags and branches to README.

v0.2.0

Added Features

  • 🐳 Added gcc-4.9.4 tag, for updated gcc version in /usr/local/.

v0.1.1

Added Features

  • ➕ install which.

Changes

  • 🐳 use a single RUN statement in the Dockerfile.

Updates

  • 🐍 update pip.

Fixes

  • 🐳 use LABEL instead of MAINTAINER.

v0.1.0

Summary

Initial import 🎉.

Added Features

Updates

  • 📝 Updated README.