Public release of katbox
This commit is contained in:
commit
4c764e09a4
46 changed files with 4646 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal 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"]
|
Loading…
Add table
Add a link
Reference in a new issue