You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kieran Brownlees f80eac5ad3 Update readme for postgres restore 8 years ago
beanstalkd beanstalkd 10 years ago
beanstalkd-console redis commander 9 years ago
hugin jekyll => hugin in the hugin readme 9 years ago
jekyll watch 10 years ago
latex latex 10 years ago
mailcatcher Force v0.5.12 to avoid to crash on UTF-8 characters 8 years ago
mysql-backup-s3 Base on alpine:edge to get DNS fixes 8 years ago
nodejs remove local 10 years ago
octave latex 10 years ago
opencv opencv update 8 years ago
postgres-backup-s3 Set pipefail so a pg_dump command will cause a failure 8 years ago
postgres-restore-s3 Update readme for postgres restore 8 years ago
redis-commander typo 9 years ago
rust set e 10 years ago
s3cmd fix s3cmd 9 years ago
swagger-ui update to swagger-ui v2.1.3 8 years ago
thumbor-nginx-cors thumbor-nginx-cors 9 years ago
.gitignore ignore 10 years ago
.travis.yml no notifications 10 years ago
README.md thumbor-nginx-cors 9 years ago

README.md

dockerfiles Build Status

Collection of lightweight and ready-to-use docker images

Images

  • Beanstalkd - Lightweight image of the latest beanstalkd version
  • Beanstalkd-Console - Admin console for Beanstalk queue server
  • Hugin - Hugin & Panorama tools
  • Jekyll - Lightweight jekyll working environment
  • Latex - Full texlive distribution
  • Mailcatcher - Extra small mailcatcher image
  • mysql-backup-s3 - Backup MySQL to S3 (supports periodic backups)
  • NodeJS - Minimal NodeJS + NPM image
  • Octave - Lightweight ocatve development environment
  • OpenCV - Lightweight ready-to use OpenCV image
  • postgres-backup-s3 - Backup PostgresSQL to S3 (supports periodic backups)
  • Redis-Commander - Redis management tool
  • Rust - Lightweight nightly Rust build including Cargo and GDB
  • swagger-ui - Swagger UI 2.1.2 with API_URL and API_KEY injection (45 MB)
  • s3cmd - Lightweight wrapper around s3cmd
  • thumbor-nginx-cors - Nginx image for thumbor with CORS support

FAQ

Why do you use install.sh scripts instead of putting the commands in the Dockerfile?

Structuring an image this way keeps it much smaller.