Skip to content

docker build -t go-oauth2-server:latest SECURITY ERROR #78

@paulomcnally

Description

@paulomcnally

docker build -t go-oauth2-server:latest .

docker build -t go-oauth2-server:latest .

Sending build context to Docker daemon  27.63MB
Step 1/14 : FROM golang
 ---> 260de46bdc85
Step 2/14 : MAINTAINER Richard Knop <risoknop@gmail.com>
 ---> Using cache
 ---> 609cb5e9632e
Step 3/14 : ENV PATH /go/bin:$PATH
 ---> Using cache
 ---> 54d9a5108814
Step 4/14 : RUN useradd --user-group --shell /bin/false app
 ---> Using cache
 ---> 0f813b75ffb7
Step 5/14 : WORKDIR /go/src/github.com/RichardKnop/go-oauth2-server
 ---> Using cache
 ---> 85e3cfda91e6
Step 6/14 : ADD . /go/src/github.com/RichardKnop/go-oauth2-server
 ---> Using cache
 ---> 7807613831a6
Step 7/14 : ENV GO111MODULE on
 ---> Using cache
 ---> 2092be8fad2d
Step 8/14 : RUN chown -R app:app /go/src/github.com/RichardKnop/go-oauth2-server/
 ---> Using cache
 ---> d407f812c5e2
Step 9/14 : RUN mkdir -p /home/app
 ---> Using cache
 ---> 3fc08458b50d
Step 10/14 : RUN chown app /home/app
 ---> Using cache
 ---> be49b7b211fd
Step 11/14 : USER app
 ---> Using cache
 ---> d3a24a326a67
Step 12/14 : RUN go install github.com/RichardKnop/go-oauth2-server
 ---> Running in 1ea57eedb658
go: downloading github.com/urfave/cli v0.0.0-20180106191048-75104e932ac2
go: downloading github.com/RichardKnop/go-fixtures v0.0.0-20181101035649-15577dcaa372
go: downloading github.com/gorilla/mux v1.7.0
go: downloading github.com/jinzhu/gorm v1.9.2
go: downloading github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
go: downloading github.com/urfave/negroni v1.0.0
go: downloading gopkg.in/tylerb/graceful.v1 v1.2.15
go: downloading gopkg.in/yaml.v2 v2.2.2
go: downloading github.com/coreos/etcd v3.3.12+incompatible
verifying github.com/coreos/etcd@v3.3.12+incompatible: checksum mismatch
	downloaded: h1:pAWNwdf7QiT1zfaWyqCtNZQWCLByQyA3JrSQyuYAqnQ=
	go.sum:     h1:5k8nkcBSvltjOO5RLflnXevOJXndlKIMbvVnMTX+cUU=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.
The command '/bin/sh -c go install github.com/RichardKnop/go-oauth2-server' returned a non-zero code: 1

github/paulomcnally/go-oauth2-server  master ✔  3.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions