-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Problem Statement
(base) [root@iZbp1hy9a3rhgqzxvh2xxaZ sentry]# ./install.sh
▶ Parsing command line ...
▶ Detecting container engine ...
Detected container engine: docker
▶ Detecting Docker platform
Detected Docker platform is linux/amd64
▶ Initializing Docker|Podman Compose ...
install/_lib.sh: line 49: $2: unbound variable
docker-compose --ansi never --env-file .env run --pull=never --rm
▶ Setting up error handling ...
Sending build context to Docker daemon 2.048kB
Step 1/4 : FROM debian:bookworm-slim
---> 6abae0db1e5b
Step 2/4 : LABEL MAINTAINER="oss@sentry.io"
---> Running in ad63bd3f1d89
Removing intermediate container ad63bd3f1d89
---> 1ae1a1a5f008
Step 3/4 : RUN set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends jq && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Running in 09f9a1bb3bd4
- apt-get update
Get:1 http://security.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:2 http://security.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB]
Get:3 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:4 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Err:4 http://deb.debian.org/debian bookworm-updates InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 78DBA3BC47EF2265
Get:5 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
Reading package lists...
W: GPG error: http://deb.debian.org/debian bookworm-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY 78DBA3BC47EF2265
E: The repository 'http://deb.debian.org/debian bookworm-updates InRelease' is not signed.
The command '/bin/sh -c set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends jq && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
Solution Brainstorm
No response
Metadata
Metadata
Assignees
Labels
Projects
Status
Status