Skip to content

cormaxed/docker-alpine-java-python

 
 

Repository files navigation

Minified Docker image with Java 8 and Python 2.7

A basic Docker image to run Java and Python applications.

This image is:

Why?

Because I needed to create a fat container to run multiple Java processes that are supervised by a python script.

Details

  • Installs 'Oracle Java 8'
  • Installs 'Python 2.7.14'
  • Installs 'glibc-2.26'
  • Installs 'bash'
  • Installs 'curl'

Tags

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

Usage

Start a Python interpreter

docker run --rm -it omahoco1/alpine-java-python python

Run Java

docker run --rm omahoco1/alpine-java-python java -version

About

Oracle Java8 over AlpineLinux with glibc 2.23

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 75.6%
  • Shell 24.4%