Sign inSign up

blairy/java8

By blairy

Updated about 5 years ago

OpenJDK8, Maven 3.6.3, Gradle 6.6 and Spring-boot for Java Development.

Image
0

10K+

blairy/java8 repository overview

Java8_docker_image

Please send any questions, queries or concerns to: [email protected]
  • OpenJDK8 and Maven 3.6.3 for Java Development.
  • Static and Stable to avoid instability and inconsistency.
  • CI/CD built, monitored and tested regularly.
  • Clean, single concern container.
Usage:
The container can run Java or Maven as executables:
- docker run --rm blairy/java8 java -version
- docker run --rm blairy/java8 mvn -version
Or as an interactive terminal session by adding the "-it" flags:
- docker run -it --rm blairy/java8
Note the "--rm" flag. This removes the container from memory upon exit.

Tag summary

Content type

Image

Digest

Size

1.8 GB

Last updated

about 5 years ago

docker pull blairy/java8