1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 15:21:46 +00:00

Make Kythe work with Java 17 (#2293)

TESTED=submitted a GCB job locally and it ran successfully.
This commit is contained in:
Lai Jiang
2024-01-24 13:26:45 -05:00
committed by GitHub
parent 64f5971275
commit 891e7c0174
3 changed files with 31 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
FROM gcr.io/distroless/java:debug
FROM gcr.io/distroless/java17-debian11:debug
ADD build/libs/nomulus.jar /nomulus.jar
ENTRYPOINT ["/usr/bin/java", "-jar", "/nomulus.jar"]