Skip to content

Commit 3640d41

Browse files
fix: use another Java image since the previous one was removed (#474)
1 parent e96fe9a commit 3640d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

earthly/java/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ VERSION 0.8
22

33
# Base image for Java used in other targets to avoid improve caching
44
java-base:
5-
FROM harbor.shared-services.projectcatalyst.io/dockerhub/library/openjdk:21-jdk-slim
5+
FROM harbor.shared-services.projectcatalyst.io/dockerhub/amazoncorretto:21-al2023-jdk
66

7-
SAVE ARTIFACT /usr/local/openjdk-21 /java
7+
SAVE ARTIFACT /usr/lib/jvm/java-21-amazon-corretto.x86_64 /java
88

99
COPY_DEPS:
1010
FUNCTION

0 commit comments

Comments
 (0)