We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39eeb3a commit f388b50Copy full SHA for f388b50
groovy-3/jdk8-alpine/Dockerfile
@@ -1,4 +1,6 @@
1
-# Not using Eclipse Adoptium because Grapes fail with TLS handshake errors
+# Not using Eclipse Adoptium because Maven Central requires elliptic curve ciphers not available in that image
2
+# causing Grapes to fail with TLS handshake errors
3
+
4
FROM amazoncorretto:8-alpine3.23
5
6
CMD ["groovysh"]
groovy-4/jdk8-alpine/Dockerfile
0 commit comments