mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rebase: vendor files required for kmip
Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
10
vendor/github.com/gemalto/kmip-go/Dockerfile
generated
vendored
Normal file
10
vendor/github.com/gemalto/kmip-go/Dockerfile
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
FROM golang:alpine
|
||||
|
||||
RUN apk --no-cache add make git curl bash fish
|
||||
|
||||
WORKDIR /project
|
||||
|
||||
COPY ./ /project
|
||||
RUN make tools
|
||||
|
||||
CMD make
|
Reference in New Issue
Block a user