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

Installation problems on Debian GNU/Linux 12.5 (kvm/AMD64) #47

Open
ahzf opened this issue Jun 24, 2024 · 1 comment
Open

Installation problems on Debian GNU/Linux 12.5 (kvm/AMD64) #47

ahzf opened this issue Jun 24, 2024 · 1 comment

Comments

@ahzf
Copy link

ahzf commented Jun 24, 2024

When I do the same like before, but this time within a KVM virtual machine (AMD64)...
Running the run.sh script leads to the following... how do I solve this?

~/maeve-csms/scripts# ./run.sh
WARNING: The UID variable is not set. Defaulting to a blank string.
WARNING: The GID variable is not set. Defaulting to a blank string.
Building manager
Sending build context to Docker daemon  2.715MB
Step 1/14 : FROM golang:1.20-alpine AS builder
 ---> 71719a2da3d1
Step 2/14 : RUN apk add --no-cache git openssh ca-certificates
 ---> Using cache
 ---> a57a08d5d36a
Step 3/14 : WORKDIR /src
 ---> Using cache
 ---> 74ada187e05e
Step 4/14 : ARG TARGETARCH
 ---> Using cache
 ---> fd8375d5f725
Step 5/14 : RUN if [ "$TARGETARCH" = "arm64" ]; then         TARGETARCH=aarch64 ;         fi;     wget -O /usr/bin/curl https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-$TARGETARCH         && chmod +x /usr/bin/curl
 ---> Running in 2d6c4270cfb8
Connecting to github.com (140.82.121.4:443)
wget: server returned error: HTTP/1.1 404 Not Found
The command '/bin/sh -c if [ "$TARGETARCH" = "arm64" ]; then         TARGETARCH=aarch64 ;         fi;     wget -O /usr/bin/curl https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-$TARGETARCH         && chmod +x /usr/bin/curl' returned a non-zero code: 1
ERROR: Service 'manager' failed to build : Build failed
@princibar
Copy link

Yes, seems to be a Debian problem. Help, please help ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants