Sign inSign up

omahoco1/alpine-java-python

By omahoco1

Updated almost 9 years ago

Minified Docker image with Java 8 over Alpine 3.6 with Python 2.7

Image
0

10K+

omahoco1/alpine-java-python repository overview

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

Tag summary

Content type

Image

Digest

Size

68.4 MB

Last updated

almost 9 years ago

docker pull omahoco1/alpine-java-python