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
- Host: GitHub
- URL: https://github.com/konstruktoid/container-java-build
- Owner: konstruktoid
- Created: 2015-09-22T18:29:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:00:09.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T16:40:17.095Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)
```