Skip to content

Commit

Permalink
Label images to show them in repository
Browse files Browse the repository at this point in the history
  • Loading branch information
janspeller committed May 23, 2022
1 parent 3be1c11 commit 04d2a53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apk add git && \

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

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

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
COPY --from=boswatch /opt/boswatch/ /opt/boswatch/
WORKDIR /opt/boswatch
Expand Down

0 comments on commit 04d2a53

Please sign in to comment.