go-oauth2-server icon indicating copy to clipboard operation
go-oauth2-server copied to clipboard

Docker build failing with error "failed to build LLB"

Open ganeshkbhat opened this issue 4 years ago • 1 comments

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/[email protected]+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

ganeshkbhat avatar Jun 16 '21 13:06 ganeshkbhat