diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..ad2b933 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,6 @@ +.drone.yml +.gitignore +.dockerignore +Dockerfile +LICENSE +README.md \ No newline at end of file diff --git a/Dockerfile_old b/Dockerfile_debian similarity index 100% rename from Dockerfile_old rename to Dockerfile_debian diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..c9fa81f --- /dev/null +++ b/README.MD @@ -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 \ No newline at end of file