File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG BASE_VERSION=1.0.2@sha256:c7698687f486707ddef9e0298587ca8b44c4e96185e1bdb0c3
44ARG BASE_IMAGE=stirlingtools/stirling-pdf-base:${BASE_VERSION}
55
66# Stage 1: Build the Java application (backend only, no frontend)
7- FROM gradle:9.7.1-jdk25@sha256:a80276ab804c348989df46016e2b5d58cad07c5b29e06f2112434d28ca5b2844 AS app-build
7+ FROM gradle:9.7.1-jdk25@sha256:d868117760a7c92214705f47ed173116a5d13e58d68702f974ff30acd062737e AS app-build
88
99# JDK 25+: --add-exports is no longer accepted via JAVA_TOOL_OPTIONS; use JDK_JAVA_OPTIONS instead
1010ENV JDK_JAVA_OPTIONS="--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BASE_VERSION=1.0.2@sha256:c7698687f486707ddef9e0298587ca8b44c4e96185e1bdb0c3
55ARG BASE_IMAGE=stirlingtools/stirling-pdf-base:${BASE_VERSION}
66
77# Stage 1: Build the Java application and frontend
8- FROM gradle:9.7.1-jdk25@sha256:a80276ab804c348989df46016e2b5d58cad07c5b29e06f2112434d28ca5b2844 AS app-build
8+ FROM gradle:9.7.1-jdk25@sha256:d868117760a7c92214705f47ed173116a5d13e58d68702f974ff30acd062737e AS app-build
99
1010ARG TASK_VERSION=3.52.0
1111RUN apt-get update \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG BASE_VERSION=1.0.2@sha256:c7698687f486707ddef9e0298587ca8b44c4e96185e1bdb0c3
88ARG BASE_IMAGE=stirlingtools/stirling-pdf-base:${BASE_VERSION}
99
1010# Stage 1: Build the Java application and frontend
11- FROM gradle:9.7.1-jdk25@sha256:a80276ab804c348989df46016e2b5d58cad07c5b29e06f2112434d28ca5b2844 AS app-build
11+ FROM gradle:9.7.1-jdk25@sha256:d868117760a7c92214705f47ed173116a5d13e58d68702f974ff30acd062737e AS app-build
1212
1313ARG TASK_VERSION=3.52.0
1414RUN apt-get update \
Original file line number Diff line number Diff line change 44# Single JAR contains both frontend and backend with minimal dependencies
55
66# Stage 1: Build application with embedded frontend
7- FROM gradle:9.7.1-jdk25@sha256:a80276ab804c348989df46016e2b5d58cad07c5b29e06f2112434d28ca5b2844 AS build
7+ FROM gradle:9.7.1-jdk25@sha256:d868117760a7c92214705f47ed173116a5d13e58d68702f974ff30acd062737e AS build
88
99# Install Node.js and npm for frontend build
1010ARG TASK_VERSION=3.52.0
You can’t perform that action at this time.
0 commit comments