FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

beevelop/docker-java: :coffee: Java (Java / OpenJDK 17.0) based on Ubuntu 22.04 · GitHub

Latest commit

 

History

102 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.3

All Docker Images

Badge Pulls Build Status Release Date Release

Use tags where possible, because

About

☕ Java (Java / OpenJDK 17.0) based on Ubuntu 22.04

Topics

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL