All Projects → accupara → docker-images

accupara / docker-images

Licence: GPL-3.0 license
No description, website, or topics provided.

Programming Languages

Dockerfile
14818 projects
Makefile
30231 projects
shell
77523 projects
perl
6916 projects
python
139335 projects - #7 most used programming language
Euphoria
14 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].