You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM golang:1.22-bullseye AS builder
RUN apt-get update && \
apt-get install -y ca-certificates git make && \
update-ca-certificates
RUN git clone https://github.com/krakend/krakend-ce
RUN cd krakend-ce && \
GOPROXY=https://goproxy.io go mod download && go mod tidy \
make build
in this dockerfile i iave error in influxdata:
=> ERROR [builder 4/4] RUN cd krakend-ce && rm -f go.sum && GOPROXY=https://goproxy.io go mod download && go mod tidy make build 155.3s
------
> [builder 4/4] RUN cd krakend-ce && rm -f go.sum && GOPROXY=https://goproxy.io go mod download && go mod tidy make build:
154.8 go: github.com/influxdata/[email protected]: verifying module: checksum mismatch
154.8 downloaded: h1:no0nKPSzKkrmEbR6hAsw2JMye9Q0AIrlyR9sxj0M8ro=
154.8 sum.golang.org: h1:+em5VOl6lhAZubXj5o6SobCwvrRs3XDlBx/MUI4schI=
154.8
154.8 SECURITY ERROR
154.8 This download does NOT match the one reported by the checksum server.
154.8 The bits may have been replaced on the origin server, or an attacker may
154.8 have intercepted the download attempt.
154.8
154.8 For more information, see 'go help module-auth'.
------
Dockerfile.build:16
The text was updated successfully, but these errors were encountered:
using latest version of krakend-ce
in this dockerfile i iave error in influxdata:
The text was updated successfully, but these errors were encountered: