Skip to content

Commit 219de82

Browse files
Fix Dockerfile.sdk export stage inheriting build artifacts.
The export stage must continue from workload-build; starting a fresh Maven image dropped /src and broke copying the packaged workload jar. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6089c3a commit 219de82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slo-workload/docker/Dockerfile.sdk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN SDK_VERSION="$(cat /tmp/sdk.version)" && \
3333
-Dmaven.javadoc.skip=true \
3434
package
3535

36-
FROM ${MAVEN_IMAGE} AS export
36+
FROM workload-build AS export
3737
ARG WORKLOAD_MODULE
3838
ARG WORKLOAD_JAR
3939
ARG COPY_LIBS

0 commit comments

Comments
 (0)