Added cmm image
This commit is contained in:
15
docker/cmm.Dockerfile
Normal file
15
docker/cmm.Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
ARG ALPINE_SERIES=3.23
|
||||
FROM alpine:${ALPINE_SERIES}
|
||||
|
||||
RUN apk add --no-cache kmod busybox-extras
|
||||
|
||||
COPY ./out/ASK/rootfs-cfg/etc /etc
|
||||
COPY ./out/ASK/bin/cmm /bin/cmm
|
||||
COPY ./out/ASK/bin/dpa_app /bin/dpa_app
|
||||
COPY ./ask/cmm/cmm.conf /etc/cmm/cmm.conf
|
||||
COPY ./ask/cmm/entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /bin/cmm /bin/dpa_app /entrypoint.sh \
|
||||
&& mkdir -p /run/ask /var/log
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user