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 authored May 23, 2022
1 parent fa72f57 commit 4cc5020
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="[email protected]"
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="[email protected]"\
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 4cc5020

Please sign in to comment.