fix copy-paste braces wrong in Dockerfile #226
Annotations
1 error and 1 warning
Build image
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${ CPU_ARCH }.tar.gz https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${ CPU_ARCH }.tar.gz\ntar -zxf otel-cli-${ CPU_ARCH }.tar.gz\nmv otel-cli /usr/local/bin/\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n" did not complete successfully: exit code: 1
|
|
Loading