We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be1c11 commit 04d2a53Copy full SHA for 04d2a53
1 file changed
Dockerfile
@@ -20,6 +20,7 @@ RUN apk add git && \
20
21
FROM python:alpine AS client
22
LABEL maintainer="bastian@schroll-software.de"
23
+LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core
24
25
# for RTL for MM
26
RUN apk add libusb-dev libpulse
@@ -34,6 +35,9 @@ WORKDIR /opt/boswatch
34
35
CMD python3 /opt/boswatch/bw_client.py -c client.yaml
36
37
FROM python:alpine AS server
38
+LABEL maintainer="bastian@schroll-software.de"\
39
40
+
41
RUN pip3 install pyyaml
42
COPY --from=boswatch /opt/boswatch/ /opt/boswatch/
43
WORKDIR /opt/boswatch
0 commit comments