thesuhu/docker-debian-openjdk
Docker images used to create containers ready with Debian based and OpenJDK.
27
Docker images used to create containers ready with Debian based and OpenJDK.
Within your Dockerfile:
FROM thesuhu/docker-debian-openjdk:{VERSION}
Specify the OpenJDK version you will use in the above {VERSION}.
The following version are available:
Tag | OpenJDK | Debian |
---|---|---|
Latest | 21.0.4 | Debian GNU/Linux 11 (bullseye) |
21 | 21.0.4 | Debian GNU/Linux 11 (bullseye) |
If you need another version, you can fork and edit the Dockerfile
and then build for your own.
docker pull thesuhu/docker-debian-openjdk