Skip to content

Console Output

+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-655-47 -f Dockerfile.lint .
Sending build context to Docker daemon  75.57MB

Step 1/8 : ARG ALPINE_VERSION=3.10
Step 2/8 : ARG GO_VERSION=1.12.9
Step 3/8 : FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}
 ---> e0d646523991
Step 4/8 : RUN apk add --no-cache     curl     git     make     coreutils
 ---> Using cache
 ---> bbe37e477644
Step 5/8 : RUN GO111MODULE=on go get     github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0     && rm -rf /go/src/* /go/pkg/*
 ---> Using cache
 ---> 49c2fe584caa
Step 6/8 : WORKDIR /go/src/github.com/docker/app
 ---> Using cache
 ---> bb9f3715f9c1
Step 7/8 : ENV CGO_ENABLED=0
 ---> Using cache
 ---> 69f81f27df9d
Step 8/8 : COPY . .
 ---> 8630f96e627f
Successfully built 8630f96e627f
Successfully tagged docker-app-lint:jenkins-app-PR-655-47
docker run --rm docker-app-lint:jenkins-app-PR-655-47 make lint
Linting...