Skip to content

Console Output

+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-720-9 -f Dockerfile.lint .
#2 [internal] load .dockerignore
#2 DONE 0.0s

#1 [internal] load build definition from Dockerfile.lint
#1 transferring dockerfile: 414B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 73B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/golang:1.12.9-alpine3.10
#3 DONE 0.0s

#4 [1/5] FROM docker.io/library/golang:1.12.9-alpine3.10
#4 DONE 0.0s

#8 [internal] load build context
#8 transferring context: 73.13MB 1.3s done
#8 DONE 1.3s

#5 [2/5] RUN apk add --no-cache     curl     git     make     coreutils
#5 CACHED

#6 [3/5] RUN GO111MODULE=on go get     github.com/golangci/golangci-lint/cm...
#6 CACHED

#7 [4/5] WORKDIR /go/src/github.com/docker/app
#7 CACHED

#9 [5/5] COPY . .
#9 DONE 2.7s

#10 exporting to image
#10 exporting layers
#10 exporting layers 0.7s done
#10 writing image sha256:f2bef31ca1e892b038b3c5f1ee9f88f36674ae84618f8ab9118a022d578f9b8a done
#10 naming to docker.io/library/docker-app-lint:jenkins-app-PR-720-9 done
#10 DONE 0.8s
docker run --rm docker-app-lint:jenkins-app-PR-720-9 make lint
Linting...