Docker OpenJDK 17 - Java Development Environment
Production-ready OpenJDK 17 Docker image with Maven, Gradle, and Ant for Java application development and CI/CD pipelines.
Important Note
⚠️ Java Version Change: Migrated from Java 11 to Java 17 due to Java 11 EOL. Check your toolchain compatibility before upgrading to v2024.* releases.
Usage
Pull and Run
# Pull the latest release docker pull beevelop/java:v2025.08.3 # Run interactively docker run --rm -it beevelop/java:v2025.08.3 bash # Build from source docker build -t beevelop/java github.com/beevelop/docker-java
Use as Base Image
FROM beevelop/java:v2025.08.3All Docker Images
| Badge | Pulls | Build Status | Release Date | Release |
|---|---|---|---|---|

