RichardKnop / go-oauth2-server

A standalone, specification-compliant, OAuth2 server written in Golang.
Mozilla Public License 2.0
2.12k stars 315 forks source link

Docker build failing with error "failed to build LLB" #76

Open ganeshkbhat opened 3 years ago

ganeshkbhat commented 3 years ago

Docker build of the server failing due to "failed to build LLB" error

12 15.41 go: downloading github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
12 16.97 go: downloading github.com/unrolled/secure v1.0.0
12 16.98 verifying github.com/coreos/etcd@v3.3.12+incompatible: checksum mismatch
12 16.98 downloaded: h1:pAWNwdf7QiT1zfaWyqCtNZQWCLByQyA3JrSQyuYAqnQ=
12 16.98 go.sum: h1:5k8nkcBSvltjOO5RLflnXevOJXndlKIMbvVnMTX+cUU=
12 16.98
12 16.98 SECURITY ERROR
12 16.98 This download does NOT match an earlier download recorded in go.sum.
12 16.98 The bits may have been replaced on the origin server, or an attacker may
12 16.98 have intercepted the download attempt.
12 16.98
12 16.98 For more information, see 'go help module-auth'.

failed to solve with frontend dockerfile.v0: failed to build LLB: executor failed running [/bin/sh -c go install github.com/RichardKnop/go-oauth2-server]: runc did not terminate sucessfully

novrian commented 3 years ago

Related to #72