An open API service indexing awesome lists of open source software.

https://github.com/konstruktoid/container-java-build

Java base image
https://github.com/konstruktoid/container-java-build

Last synced: 6 months ago
JSON representation

Java base image

Awesome Lists containing this project

README

          

# OpenJDK base image

_Please note that because of the changes to [Docker Automated Builds](https://docs.docker.com/docker-hub/builds/)
many Docker images are now outdated and a manual build is required and recommended._

```sh
$ podman build --no-cache -t konstruktoid/java -f Dockerfile .
$ podman run -ti --rm konstruktoid/java java -version
openjdk version "11.0.17" 2022-10-18
OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu220.04)
OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu220.04, mixed mode, sharing)
```