mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 19:50:05 +01:00
bc1969156e
This commit bump up clair to v2.0.4. The current build process is download the binary from google storage, the update of the binary in google storage is not reflected in this commit.
7 lines
154 B
Docker
7 lines
154 B
Docker
FROM golang:1.9.2
|
|
|
|
ADD . /go/src/github.com/coreos/clair/
|
|
WORKDIR /go/src/github.com/coreos/clair/
|
|
|
|
RUN go install -v github.com/coreos/clair/cmd/clair
|