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.
 
 
 
 
Michael Bianco f0f483d4f4
ci: let's just see if we can get them building for now
6 months ago
.devcontainer buildx config on devcontainer 2 years ago
.github ci: let's just see if we can get them building for now 6 months ago
beanstalkd chore: bump beanstalkd version to the latetst (1.11); 3 years ago
beanstalkd-console Added to all scripts 3 years ago
hugin Docker images improvement (#145) 2 years ago
jekyll Docker images improvement (#145) 2 years ago
latex Docker images improvement (#145) 2 years ago
mailcatcher Add port binding in the mailcatcher documentation (#158) 1 year ago
mysql-backup-s3 Support extra options in mysql-backup-s3's dump (#157) 1 year ago
nginx-envtpl Docker images improvement (#145) 2 years ago
nodejs Docker images improvement (#145) 2 years ago
octave Docker images improvement (#145) 2 years ago
opencv Replace deprecated MAINTAINER by LABEL 7 years ago
postgres-backup-s3 feat(postgres-backup-s3): Support custom backup filename (#160) 6 months ago
postgres-restore-s3 Update Alpine to 3.15 to support PostgreSQL 14 (#138) 2 years ago
redis-commander Docker images improvement (#145) 2 years ago
rust Docker images improvement (#145) 2 years ago
s3cmd Docker images improvement (#145) 2 years ago
scala-sbt-docker Docker images improvement (#145) 2 years ago
swagger-ui Added to all scripts 3 years ago
thumbor-nginx-cors Replace deprecated MAINTAINER by LABEL 7 years ago
.gitignore ignore 10 years ago
LICENSE Create LICENSE 7 years ago
Makefile Docker images improvement (#145) 2 years ago
README.md Fix typo (ocatve --> octave) 7 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)
  • nginx-envtpl - Nginx image with support for environment variables using envtpl
  • NodeJS - Minimal NodeJS + NPM image
  • Octave - Lightweight octave 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.