Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 560 Bytes

File metadata and controls

29 lines (17 loc) · 560 Bytes

mini/java

A minimal container with OpenJDK pre-installed.

Useful to build any container that depends on Java availability (e.g. Elasticsearch).

Usage

Use this as base for your own containers:

FROM mini/java

# ...

CMD ["/bin/sh"]

Sponsor

Work on this was made possible thanks to AREA 17.

License

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.