rmuller / jessie-oraclejdk8-wine

Docker repository for the automated build of a compact image with Debian 8, Maven and Oracle JDK 8 and wine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Docker repository for the automated build of a compact image with Debian 8 ("Jessie"), Maven 3, (a size optimized) Oracle JDK 8 and wine.

This image is useful when building Java based software using launch4j and InnoSetup, which both require a Windows execution environment during the (maven) build.

This image uses rmuller/jessie-oraclejdk8 as base image.

Total size of this image is 590 MB (252 MB compressed).

This image is available via hub.docker.com.

Docker tag Debian 8 Oracle JDK 8 Maven 3 Wine
1.0.0 8.6 x86-64 4.4.0 1.8.0_112 3.3.9 1.6.2
1.0.1 8.6 x86-64 4.4.0 1.8.0_112 3.3.9 1.8.5

To run this image in interactive mode:

$ docker run -it rmuller/jessie-oraclejdk8-wine

Version history

  • 1.0.0 Initial release
  • 1.0.1 pending

About

Docker repository for the automated build of a compact image with Debian 8, Maven and Oracle JDK 8 and wine.