Skip to content

mrjogo/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfiles

A collection of common Docker images, customized to my liking and dependent on each other. In general, this means using Ubuntu 15.10 and Python 2.7. Not tagged for different versions yet, but maybe in the future.

Typical run commands are in a comment at the top of each Dockerfile

Python

Base Ubuntu 15.10

System Installs Python 2.7

Additional Installs pip from https://bootstrap.pypa.io/get-pip.py

Django

Base Above Python image

System Installs

  • PostgreSQL
  • SQLite 3

pip Installs

  • Psycopg 2
  • Django 1.9.3

Scrapy

Base Above Python image

pip Installs

  • Scrapy
  • Scrapinghub Command Line
  • Scrapinghub Storage

Snapcraft

Base Ubuntu 15.10

System Installs Snapcraft

OpenCV

Base Ubuntu 15.10

Source Installs OpenCV 3.1.0 with contrib

About

Common Dockerfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published