1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-04 15:08:21 +01:00
harbor/make/photon/clair-adapter/Dockerfile.binary

8 lines
280 B
Docker
Raw Normal View History

FROM golang:1.13.4
ADD . /go/src/github.com/goharbor/harbor-scanner-clair/
WORKDIR /go/src/github.com/goharbor/harbor-scanner-clair/
RUN export GOFLAGS=-mod=vendor GOOS=linux GO111MODULE=on CGO_ENABLED=0 && \
go build -o harbor-scanner-clair cmd/harbor-scanner-clair/main.go