File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 11FROM --platform=$TARGETPLATFORM maven:3.9.9-eclipse-temurin-21@sha256:9ae8f001f2d978fdfe36052cc9950eda99929d410e2b1f03bd35c09f49890fc9 as maven
22
3+ FROM docker:27.4.0-rc.4-cli@sha256:99544e0f4104820617d20ecc4cb77d7170b01eeb22ad52c9d1eab0db272b0443 AS dockerclient
4+
35FROM --platform=$TARGETPLATFORM yolean/builder-base as mandrel
46ARG TARGETARCH
57ARG JAVA_VERSION=java21
@@ -24,6 +26,8 @@ FROM --platform=$TARGETPLATFORM yolean/builder-base-gcc
2426
2527COPY --from=maven /usr/share/maven /usr/share/maven
2628COPY --from=mandrel /home/nonroot/mandrel /opt/mandrel
29+ COPY --from=dockerclient /usr/local/bin/* /usr/local/bin/
30+ COPY --from=dockerclient /usr/local/libexec/docker /usr/local/libexec/docker
2731COPY --chown=nonroot:nogroup y-build-* /usr/local/bin/
2832
2933RUN [ "$PATH" = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/src/ystack/bin" ]
You can’t perform that action at this time.
0 commit comments