We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96fe9a commit 3640d41Copy full SHA for 3640d41
earthly/java/Earthfile
@@ -2,9 +2,9 @@ VERSION 0.8
2
3
# Base image for Java used in other targets to avoid improve caching
4
java-base:
5
- FROM harbor.shared-services.projectcatalyst.io/dockerhub/library/openjdk:21-jdk-slim
+ FROM harbor.shared-services.projectcatalyst.io/dockerhub/amazoncorretto:21-al2023-jdk
6
7
- SAVE ARTIFACT /usr/local/openjdk-21 /java
+ SAVE ARTIFACT /usr/lib/jvm/java-21-amazon-corretto.x86_64 /java
8
9
COPY_DEPS:
10
FUNCTION
0 commit comments