Skip to content

maxongshD/docker-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 55.1%
  • Makefile 19.5%
  • Shell 10.1%
  • Perl 3.7%
  • Python 3.6%
  • PowerShell 3.4%
  • Other 4.6%