# Dockerfiles # Simple collection of `Dockerfiles` for different languages, environments, GNU/Linux distributions, and contexts. > Note, the cross-product of the different configurations is not likely going > to be the default, but expansion is possible. ## Motivation ## Managing individual repositories for different Dockerfiles for a few years has been a chore. Automated build setup tends to be more cumbersome than desired. Therefore, centeralizing all Dockerfiles seems like a solid solution, least we mentiion [prior work in the space][0]. ## Licensing ## Unless otherwise mentioned, this code is provided AS-IS, WITHOUT warranty under the terms of the GNU General Public License (GPL) version 3 or later. For more information about the terms and conditions, please see the attached `LICENSE` file or the license can be [read online][1]. [0]: https://github.com/ioben/dockerfiles/ [1]: http://www.gnu.org/licenses/gpl.html