openjdk images have been deprecated and 25-jdk-slim image was removed Did not upgrade reitit-async due to failing run
@@ -4,7 +4,7 @@ COPY src src
COPY project.clj project.clj
RUN lein uberjar
-FROM openjdk:25-jdk-slim
+FROM amazoncorretto:25
WORKDIR /aleph
COPY --from=lein /aleph/target/hello-aleph-standalone.jar app.jar
COPY --from=lein /donkey/target/hello-donkey-standalone.jar app.jar
EXPOSE 8080
@@ -6,7 +6,7 @@ COPY . /
RUN clj -Sforce -T:build all
COPY --from=build /target/te-bench-standalone.jar /te-bench/te-bench-standalone.jar
@@ -6,7 +6,7 @@ COPY resources resources
COPY src src
WORKDIR /luminus
COPY --from=lein /luminus/target/hello.jar app.jar
@@ -5,7 +5,7 @@ COPY resources resources
RUN lein with-profile robaho uberjar
WORKDIR /ring-http-exchange
COPY --from=lein /ring-http-exchange/target/ring-http-server-1.0.0-standalone.jar app.jar
@@ -4,7 +4,7 @@ COPY pom.xml pom.xml
RUN mvn compile assembly:single -q
WORKDIR /httpserver
COPY --from=maven /httpserver/target/httpserver-1.0-jar-with-dependencies.jar app.jar
RUN mvn compile -P robaho assembly:single -q
WORKDIR /httpserver-robaho
COPY --from=maven /httpserver-robaho/target/httpserver-1.0-jar-with-dependencies.jar app.jar
RUN mvn compile assembly:single -q -P servlet
WORKDIR /jetty
COPY --from=maven /jetty/target/jetty-example-0.1-jar-with-dependencies.jar app.jar