We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bebf44 commit 283a721Copy full SHA for 283a721
e2e/code-generator/Dockerfile
@@ -1,12 +1,13 @@
1
ARG LAN_ENV=docker.io/library/golang:1.21
2
3
FROM ghcr.io/linuxsuren/api-testing:master AS atest
4
-FROM docker.io/demisto/jq:1.0.0.117497 AS jq
+FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
5
+RUN hd install jq
6
FROM $LAN_ENV
7
8
WORKDIR /workspace
9
COPY . .
-COPY --from=jq /usr/local/bin/jq /usr/local/bin/jq
10
+COPY --from=downloader /usr/local/bin/jq /usr/local/bin/jq
11
COPY --from=atest /usr/local/bin/atest /usr/local/bin/atest
12
13
CMD [ "/workspace/entrypoint.sh" ]
0 commit comments