added README
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-08-14 00:48:45 +02:00
parent fe324f106a
commit deea1577c4
3 changed files with 11 additions and 0 deletions

6
.dockerignore Normal file
View File

@ -0,0 +1,6 @@
.drone.yml
.gitignore
.dockerignore
Dockerfile
LICENSE
README.md

5
README.MD Normal file
View File

@ -0,0 +1,5 @@
# GraalVM 23
## This image is based on the Zogg work : https://infos.zogg.fr/graalvm-23
## This image has been slimmed down with the use of Alpine instead of Debian and various optimizations in the Dockerfile
### This image is multi-arch (amd64 & arm64), for the lightest image, use alpine tag (will be merged into latest once it has been tested and confirmed functional)
More informations coming soon