https://github.com/lren-chuv/java-base-docker-images
Collection of Docker images for Java, including the base images created for the Algorithm Factory / Woken
https://github.com/lren-chuv/java-base-docker-images
algorithm-factory docker-images
Last synced: 4 months ago
JSON representation
Collection of Docker images for Java, including the base images created for the Algorithm Factory / Woken
- Host: GitHub
- URL: https://github.com/lren-chuv/java-base-docker-images
- Owner: LREN-CHUV
- License: apache-2.0
- Created: 2017-08-24T17:47:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T10:17:18.000Z (4 months ago)
- Last Synced: 2025-06-10T11:29:49.029Z (4 months ago)
- Topics: algorithm-factory, docker-images
- Language: Java
- Homepage:
- Size: 625 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.unil.ch/lren/en/home.html) [](https://github.com/LREN-CHUV/java-base-docker-images/blob/master/LICENSE) [](https://www.codacy.com/app/hbp-mip/java-base-docker-images?utm_source=github.com&utm_medium=referral&utm_content=HBPMedical/java-base-docker-images&utm_campaign=Badge_Grade)
[](https://circleci.com/gh/LREN-CHUV/java-base-docker-images)# java-base-docker-images
Set of Docker images for programs and algorithms using Java.
## [hbpmip/java-base](./java-base/): Base image for Java programs
[](https://hub.docker.com/r/hbpmip/java-base/) [](https://hub.docker.com/r/hbpmip/java-base/tags "hbpmip/java-base image tags") [](https://microbadger.com/#/images/hbpmip/java-base "hbpmip/java-base on microbadger")
This image contains the base Java Runtime (from [OpenJDK image](https://hub.docker.com/r/_/openjdk/))
## [hbpmip/java-base-build](./java-base-build/): Java build environment, including Maven
[](https://hub.docker.com/r/hbpmip/java-base-build/) [](https://hub.docker.com/r/hbpmip/java-base-build/tags "hbpmip/java-base-build image tags") [](https://microbadger.com/#/images/hbpmip/java-base-build "hbpmip/java-base-build on microbadger")
This image contains the Java JDK and Maven 3 (from [Maven image](https://hub.docker.com/r/_/maven/))
Use it to build Java projects.
## [hbpmip/java-mip](./java-mip/): Adapt the base Java image to the MIP environment
[](https://hub.docker.com/r/hbpmip/java-mip/) [](https://hub.docker.com/r/hbpmip/java-mip/tags "hbpmip/java-mip image tags") [](https://microbadger.com/#/images/hbpmip/java-mip "hbpmip/java-mip on microbadger")
This image provides a Java environment compatible with MIP. This base image provides the
basic tools and library to execute a statistical or machine-learning Java algorithm in the runtime
environment provided by MIP Algorithm Factory / Woken.## [hbpmip/java-rapidminer](./java-rapidminer/): Run RapidMinder algorithms in MIP
[](https://hub.docker.com/r/hbpmip/java-rapidminer/) [](https://hub.docker.com/r/hbpmip/java-rapidminer/tags "hbpmip/java-rapidminer image tags") [](https://microbadger.com/#/images/hbpmip/java-rapidminer "hbpmip/java-rapidminer on microbadger")
Run Rapidminer algorithms (experiments) in MIP platform.
## [hbpmip/java-weka](./java-weka/): Run Weka algorithms in MIP
[](https://hub.docker.com/r/hbpmip/java-weka/) [](https://hub.docker.com/r/hbpmip/java-weka/tags "hbpmip/java-weka image tags") [](https://microbadger.com/#/images/hbpmip/java-weka "hbpmip/java-weka on microbadger")
Run Weka algorithms (classifiers) in MIP platform.
## [hbpmip/java-jsi-clus](./java-jsi-clus/): Run CLUS-based algorithms in MIP
[](https://hub.docker.com/r/hbpmip/java-jsi-clus/) [](https://hub.docker.com/r/hbpmip/java-jsi-clus/tags "hbpmip/java-jsi-clus image tags") [](https://microbadger.com/#/images/hbpmip/java-jsi-clus "hbpmip/java-jsi-clus on microbadger")
Run JSI CLUS-based algorithms in MIP platform. Support for single-target and multi-target classification and regression, time-series prediction, feature ranking and decision tree visualization.
## [hbpmip/scala-base-build](./scala-base-build/): Scala build environment, including sbt
[](https://hub.docker.com/r/hbpmip/scala-base-build/) [](https://hub.docker.com/r/hbpmip/scala-base-build/tags "hbpmip/scala-base-build image tags") [](https://microbadger.com/#/images/hbpmip/scala-base-build "hbpmip/scala-base-build on microbadger")
This image contains [Scala](https://www.scala-lang.org/) and [sbt](http://www.scala-sbt.org/)
Use it to build Scala projects.
## [hbpmip/chaos-algorithm](./chaos-algorithm/): An algorithm designed to break
[](https://hub.docker.com/r/hbpmip/chaos-algorithm/)
This image contains an algorithm designed to break in various ways, useful for testing only.
# Acknowledgements
This work has been funded by the European Union Seventh Framework Program (FP7/20072013) under grant agreement no. 604102 (HBP)
This work is part of SP8 of the Human Brain Project (SGA1).