Skip to content

Console Output

+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-777-6 -f Dockerfile.lint .
#2 [internal] load .dockerignore
#2 transferring context: 73B done
#2 DONE 0.0s

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

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

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

#8 [internal] load build context
#8 transferring context: 73.86MB 1.5s done
#8 DONE 1.5s

#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 1.1s

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