rebase: vendor files required for kmip

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R
2022-08-16 15:18:06 +05:30
committed by mergify[bot]
parent 0c33a33d5c
commit e72ed593be
186 changed files with 39195 additions and 203 deletions

12
vendor/github.com/gemalto/flume/Dockerfile generated vendored Normal file
View 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