A minimal container with OpenJDK pre-installed.
Useful to build any container that depends on Java availability (e.g. Elasticsearch).
Use this as base for your own containers:
FROM mini/java
# ...
CMD ["/bin/sh"]
Work on this was made possible thanks to AREA 17.
All the code contained in this repository, unless explicitly stated, is licensed under ISC license.
A copy of the license can be found inside the LICENSE file.