sounddrill31 / docker-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker images for various compilation contexts

Why?

Getting just the right dependencies to compile a project is a chore.
Why can't it just be available without the libraries stepping on each other and polluting your pristine development environment?
A Docker container can contain the entire build environment into an easy to use package that will not pollute your dev box.
Besides, you could even have multiple build environments without any environment interfering with the other.
It is like a Python virtualenv that works even for non-Python projects!
alt text

When building on the Accupara infrastructure, these docker images are a good starting point for containing the dependencies required for compiling your projects.

  • All containers are based off non-root Ubuntu images
  • I've tried to keep the obvious similarities higher up in the image layer stack

List of build environments

About

License:GNU General Public License v3.0


Languages

Language:Dockerfile 53.9%Language:Makefile 22.0%Language:Shell 6.6%Language:Perl 4.3%Language:Python 4.1%Language:PowerShell 3.9%Language:Euphoria 2.9%Language:Qt Script 1.1%Language:Elixir 0.7%Language:Roff 0.3%Language:Emacs Lisp 0.2%