mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Label images to show them in repository
This commit is contained in:
parent
3be1c11100
commit
04d2a53bcc
|
|
@ -20,6 +20,7 @@ RUN apk add git && \
|
||||||
|
|
||||||
FROM python:alpine AS client
|
FROM python:alpine AS client
|
||||||
LABEL maintainer="bastian@schroll-software.de"
|
LABEL maintainer="bastian@schroll-software.de"
|
||||||
|
LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core
|
||||||
|
|
||||||
# for RTL for MM
|
# for RTL for MM
|
||||||
RUN apk add libusb-dev libpulse
|
RUN apk add libusb-dev libpulse
|
||||||
|
|
@ -34,6 +35,9 @@ WORKDIR /opt/boswatch
|
||||||
CMD python3 /opt/boswatch/bw_client.py -c client.yaml
|
CMD python3 /opt/boswatch/bw_client.py -c client.yaml
|
||||||
|
|
||||||
FROM python:alpine AS server
|
FROM python:alpine AS server
|
||||||
|
LABEL maintainer="bastian@schroll-software.de"\
|
||||||
|
LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core
|
||||||
|
|
||||||
RUN pip3 install pyyaml
|
RUN pip3 install pyyaml
|
||||||
COPY --from=boswatch /opt/boswatch/ /opt/boswatch/
|
COPY --from=boswatch /opt/boswatch/ /opt/boswatch/
|
||||||
WORKDIR /opt/boswatch
|
WORKDIR /opt/boswatch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue