https://github.com/danthe1st/minimal-native-image
very small Java Hello World docker image
https://github.com/danthe1st/minimal-native-image
docker docker-image graalvm graalvm-native-image java
Last synced: 4 months ago
JSON representation
very small Java Hello World docker image
- Host: GitHub
- URL: https://github.com/danthe1st/minimal-native-image
- Owner: danthe1st
- Created: 2023-05-10T18:54:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-19T18:25:42.000Z (9 months ago)
- Last Synced: 2026-02-13T11:29:08.948Z (4 months ago)
- Topics: docker, docker-image, graalvm, graalvm-native-image, java
- Language: Java
- Homepage: https://www.youtube.com/watch?v=6wYrAtngIVo
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal native-image
This project attempts to create a Docker image of a Hello World application which is as small as possible.
This is heavily inspired by [this video](https://www.youtube.com/watch?v=6wYrAtngIVo) where the same has been demonstrated.
You can view it [here](https://hub.docker.com/r/dan1st/hello-world-native-java) on Docker Hub.