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:
12
vendor/github.com/gemalto/flume/Dockerfile
generated
vendored
Normal file
12
vendor/github.com/gemalto/flume/Dockerfile
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
FROM golang:1.14-alpine
|
||||
|
||||
RUN apk --no-cache add make bash fish build-base
|
||||
|
||||
WORKDIR /flume
|
||||
|
||||
COPY ./Makefile ./go.mod ./go.sum /flume/
|
||||
RUN make tools
|
||||
|
||||
COPY ./ /flume
|
||||
|
||||
CMD make all
|
Reference in New Issue
Block a user