You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Due to the approaching EOL of Java 11 we are switching to Java 17. Please check your toolchain for compability before upgrading to the v2023.12.* or v2024.* releases.
Pull, build or run this image
# pull the most recent tag / release
docker pull beevelop/java:v2023.12.1
# or run the image interactively
docker run --rm --name beevelop -it beevelop/java:v2023.12.1 bash
# or build the image from GitHub
docker build -t beevelop/java github.com/beevelop/docker-base