Skip to content

Console Output

+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-730-4 -f Dockerfile.lint .
#2 [internal] load build definition from Dockerfile.lint
#2 transferring dockerfile: 414B done
#2 DONE 0.0s

#1 [internal] load .dockerignore
#1 transferring context: 34B 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: 825.15kB 0.2s done
#8 DONE 0.2s

#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.6s

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