mirror of
https://github.com/goharbor/harbor
synced 2025-05-11 23:08:14 +00:00
8 lines
269 B
Docker
8 lines
269 B
Docker
FROM golang:1.12.5
|
|
|
|
ADD . /go/src/github.com/goharbor/harbor-scanner-clair/
|
|
WORKDIR /go/src/github.com/goharbor/harbor-scanner-clair/
|
|
|
|
RUN export GOOS=linux GO111MODULE=on CGO_ENABLED=0 && \
|
|
go build github.com/goharbor/harbor-scanner-clair/cmd/harbor-scanner-clair
|