Skip to content

Commit 04d2a53

Browse files
committed
Label images to show them in repository
1 parent 3be1c11 commit 04d2a53

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apk add git && \
2020

2121
FROM python:alpine AS client
2222
LABEL maintainer="bastian@schroll-software.de"
23+
LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core
2324

2425
# for RTL for MM
2526
RUN apk add libusb-dev libpulse
@@ -34,6 +35,9 @@ WORKDIR /opt/boswatch
3435
CMD python3 /opt/boswatch/bw_client.py -c client.yaml
3536

3637
FROM python:alpine AS server
38+
LABEL maintainer="bastian@schroll-software.de"\
39+
LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core
40+
3741
RUN pip3 install pyyaml
3842
COPY --from=boswatch /opt/boswatch/ /opt/boswatch/
3943
WORKDIR /opt/boswatch

0 commit comments

Comments
 (0)