thoughtworks / maeve-csms

MaEVe is an experimental EV Charge Station Management System (CSMS)
Apache License 2.0
86 stars 22 forks source link

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

Open ahzf opened 4 months ago

ahzf commented 4 months ago

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 commented 3 months ago

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