Public release of katbox

This commit is contained in:
Renán Del Valle 2021-04-12 12:00:01 -07:00
commit 4c764e09a4
46 changed files with 4646 additions and 0 deletions

8
Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM alpine
LABEL maintainers="PayPal"
LABEL description="Katbox Driver"
# Add util-linux to get a new version of losetup.
RUN apk add util-linux
COPY ./bin/katboxplugin /katboxplugin
ENTRYPOINT ["/katboxplugin"]