A basic Docker image to run Java and Python applications.
This image is:
- A fork of anapsix/alpine-java using newer Java and glibc versions.
- Based on python/2.7.14-alpine3.6
Because I needed to create a fat container to run multiple Java processes that are supervised by a python script.
- Installs 'Oracle Java 8'
- Installs 'Python 2.7.14'
- Installs 'glibc-2.26'
- Installs 'bash'
- Installs 'curl'
Latest Oracle Java 8 Server-JRE:
- latest
- 8
- 8_server-jre
- 8_server-jre_unlimited
Latest Oracle Java 8 JDK (plus DCEVM variant)
- 8_jdk
- 8_jdk_unlimited
- 8_jdk-dcevm
- 8_jdk-dcevm_unlimited
Start a Python interpreter
docker run --rm -it omahoco1/alpine-java-python python
Run Java
docker run --rm omahoco1/alpine-java-python java -version