Skip to content
New issue

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

[BUG]: Error: Unable to download sentry-cli #381

Open
derfel1989 opened this issue Jan 24, 2024 · 0 comments
Open

[BUG]: Error: Unable to download sentry-cli #381

derfel1989 opened this issue Jan 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@derfel1989
Copy link

Issue description

Unable to install it on docker.

At the end, there is an error related to downloading.

user@jsoncrack .../docker/jsoncrack# docker build -t jsoncrack .
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  17.06MB
Step 1/10 : FROM node:18-alpine as builder
 ---> f3776b60850d
Step 2/10 : RUN corepack enable
 ---> Running in ad9ea32e338c
 ---> Removed intermediate container ad9ea32e338c
 ---> 4793aba3614a
Step 3/10 : WORKDIR /src
 ---> Running in dbdfed0f9c6c
 ---> Removed intermediate container dbdfed0f9c6c
 ---> 363dee94c76e
Step 4/10 : COPY package.json pnpm-lock.yaml ./
 ---> 2d3d765b28c3
Step 5/10 : RUN pnpm install
 ---> Running in 59f42d21bca1
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +701
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 701, reused 0, downloaded 8, added 0
Progress: resolved 701, reused 0, downloaded 23, added 12
Progress: resolved 701, reused 0, downloaded 40, added 33
Progress: resolved 701, reused 0, downloaded 50, added 37
Progress: resolved 701, reused 0, downloaded 63, added 50
Progress: resolved 701, reused 0, downloaded 99, added 89
Progress: resolved 701, reused 0, downloaded 113, added 99
Progress: resolved 701, reused 0, downloaded 114, added 99
Progress: resolved 701, reused 0, downloaded 149, added 136
Progress: resolved 701, reused 0, downloaded 165, added 162
Progress: resolved 701, reused 0, downloaded 167, added 163
Progress: resolved 701, reused 0, downloaded 168, added 163
Progress: resolved 701, reused 0, downloaded 172, added 165
Progress: resolved 701, reused 0, downloaded 173, added 165
Progress: resolved 701, reused 0, downloaded 221, added 213
Progress: resolved 701, reused 0, downloaded 296, added 287
Progress: resolved 701, reused 0, downloaded 311, added 297
Progress: resolved 701, reused 0, downloaded 386, added 382
Progress: resolved 701, reused 0, downloaded 442, added 436
Progress: resolved 701, reused 0, downloaded 560, added 554
Progress: resolved 701, reused 0, downloaded 597, added 583
Progress: resolved 701, reused 0, downloaded 695, added 685
Progress: resolved 701, reused 0, downloaded 701, added 701, done
.../node_modules/@sentry/cli install$ node ./scripts/install.js
.../node_modules/@sentry/cli install: [sentry-cli] Downloading from https://downloads.sentry-cdn.com/sentry-cli/1.77.1/sentry-cli-Linux-x86_64
.../node_modules/@sentry/cli install: Error: Unable to download sentry-cli binary from https://downloads.sentry-cdn.com/sentry-cli/1.77.1/sentry-cli-Linux-x86_64.
.../node_modules/@sentry/cli install: Error code: UNABLE_TO_GET_ISSUER_CERT_LOCALLY
.../node_modules/@sentry/cli install: Failed
 ELIFECYCLE  Command failed with exit code 1.
The command '/bin/sh -c pnpm install' returned a non-zero code: 1

Media & Screenshots

No response

Operating system

  • OS: Debian
  • Browser [e.g. chrome, safari]: None

Priority this issue should have

Low (slightly annoying)

@derfel1989 derfel1989 added the bug Something isn't working label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants