We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[node_exporter_awg base 9/15] RUN MUSL="$(cat /tmp/musl)" && wget -qO- "https://musl.cc/$MUSL-cross.tgz" | tar -xzC /tmp && rm "/tmp/$MUSL-cross/usr" && cp -fr /tmp/"$MUSL"-cross/* / && rm -rf "/tmp/$MUSL-cross": 55.06 cp: cannot overwrite non-directory '/bin' with directory '/tmp/x86_64-linux-musl-cross/bin' 55.06 cp: cannot overwrite non-directory '/lib' with directory '/tmp/x86_64-linux-musl-cross/lib' failed to solve: process "/bin/sh -c MUSL="$(cat /tmp/musl)" && wget -qO- "https://musl.cc/$MUSL-cross.tgz\" | tar -xzC /tmp && rm "/tmp/$MUSL-cross/usr" && cp -fr /tmp/"$MUSL"-cross/* / && rm -rf "/tmp/$MUSL-cross"" did not complete successfully: exit code: 1
Fail: Dockerfile ARG RUST_VERSION=latest or ARG RUST_VERSION=1.72 or higher
Works fine: ARG RUST_VERSION=1.71.1 or lower ARG RUST_VERSION=1.68.2 ARG RUST_VERSION=1.69
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fail:
Dockerfile ARG RUST_VERSION=latest
or
ARG RUST_VERSION=1.72 or higher
Works fine:
ARG RUST_VERSION=1.71.1 or lower
ARG RUST_VERSION=1.68.2
ARG RUST_VERSION=1.69
The text was updated successfully, but these errors were encountered: