-
Notifications
You must be signed in to change notification settings - Fork 5
Description
[build 2/4] RUN curl -sLO https://github.com/block-mesh/block-mesh-monorepo/releases/latest/download/blockmesh-cli-x86_64-unknown-linux-gnu.tar.gz && tar -xvf blockmesh-cli-x86_64-unknown-linux-gnu.tar.gz && mv target/x86_64-unknown-linux-gnu/release/blockmesh-cli blockmesh-cli-amd64 && chmod +x blockmesh-cli-amd64:
3.406 tar: This does not look like a tar archive
3.418
3.418 gzip: stdin: not in gzip format
3.418 tar: Child returned status 1
3.418 tar: Error is not recoverable: exiting now
2 warnings found (use docker --debug to expand):
- SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "PASSWORD") (line 8)
- SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "PASSWORD") (line 10)
Dockerfile:19
18 | WORKDIR /opt/
19 | >>> RUN curl -sLO https://github.com/block-mesh/block-mesh-monorepo/releases/latest/download/blockmesh-cli-x86_64-unknown-linux-gnu.tar.gz
20 | >>> && tar -xvf blockmesh-cli-x86_64-unknown-linux-gnu.tar.gz
21 | >>> && mv target/x86_64-unknown-linux-gnu/release/blockmesh-cli blockmesh-cli-amd64
22 | >>> && chmod +x blockmesh-cli-amd64
23 | RUN curl -sLO https://github.com/block-mesh/block-mesh-monorepo/releases/latest/download/blockmesh-cli-aarch64-unknown-linux-gnu.tar.gz \
ERROR: failed to solve: process "/bin/sh -c curl -sLO https://github.com/block-mesh/block-mesh-monorepo/releases/latest/download/blockmesh-cli-x86_64-unknown-linux-gnu.tar.gz && tar -xvf blockmesh-cli-x86_64-unknown-linux-gnu.tar.gz && mv target/x86_64-unknown-linux-gnu/release/blockmesh-cli blockmesh-cli-amd64 && chmod +x blockmesh-cli-amd64" did not complete successfully: exit code: 2