File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11ARG LAN_ENV=docker.io/library/golang:1.21
22
33FROM ghcr.io/linuxsuren/api-testing:master AS atest
4- FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
4+ FROM ghcr.io/linuxsuren/hd:v0.0.42 AS downloader
55RUN hd install jq
66FROM $LAN_ENV
77
88WORKDIR /workspace
99COPY . .
1010COPY --from=downloader /usr/local/bin/jq /usr/local/bin/jq
11+ COPY --from=downloader /usr/bin/curl /usr/local/bin/curl
1112COPY --from=atest /usr/local/bin/atest /usr/local/bin/atest
1213
1314CMD [ "/workspace/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 context : .
1414 dockerfile : Dockerfile
1515 args :
16- - LAN_ENV=docker.io/library/eclipse-temurin:25
16+ - LAN_ENV=docker.io/library/openjdk:26-rc-jdk
1717 command :
1818 - /workspace/entrypoint.sh
1919 - java
You can’t perform that action at this time.
0 commit comments