Skip to content

mnubo/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-images

Mnubo open source Docker images Dockerfiles

We try to build our images with as few layers as possible to reduce size, pull, and startup times. However, we usually don't go as far as using minimal linux distros like alpine, in order for our production containers to be easily debuggable with vi, etc...

mnubo/jre8

An image for running JVM based applications on the Oracle JRE 1.8 and Debian Jessie.

Example usage:

docker run -v /path/to/some/application.jar:/app/application.jar mnubo/jre8 -jar /app/application.jar

mnubo/cassandra

A Cassandra image for running automated tests. It is basically the official Cassandra image minus the volume, so we can retain data in the container when committing.

mnubo/elasticsearch

An Elasticsearch image for running automated tests. It is basically the official Elasticsearch image minus the volume, so we can retain data in the container when committing.

mnubo/mysql

A Mysql image for running automated tests. It is basically the official Mysql image minus the volume, so we can retain data in the container when committing.

About

Mnubo open source Docker images Dockerfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages