From deea1577c4c0e17f30379deeb596f0ea1921fcc4 Mon Sep 17 00:00:00 2001 From: uzurka Date: Mon, 14 Aug 2023 00:48:45 +0200 Subject: [PATCH] added README --- .dockerignore | 6 ++++++ Dockerfile_old => Dockerfile_debian | 0 README.MD | 5 +++++ 3 files changed, 11 insertions(+) create mode 100644 .dockerignore rename Dockerfile_old => Dockerfile_debian (100%) create mode 100644 README.MD 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