mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Change deprecated maintainer label to opencontainers spec and change emails
This commit is contained in:
parent
04d2a53bcc
commit
fe48da9c63
|
|
@ -19,7 +19,7 @@ RUN apk add git && \
|
||||||
|
|
||||||
|
|
||||||
FROM python:alpine AS client
|
FROM python:alpine AS client
|
||||||
LABEL maintainer="bastian@schroll-software.de"
|
LABEL org.opencontainers.image.authors="info@schroll-it.de,jan@speller.biz"
|
||||||
LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core
|
LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core
|
||||||
|
|
||||||
# for RTL for MM
|
# for RTL for MM
|
||||||
|
|
@ -35,7 +35,7 @@ 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.authors="info@schroll-it.de,jan@speller.biz"
|
||||||
LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core
|
LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core
|
||||||
|
|
||||||
RUN pip3 install pyyaml
|
RUN pip3 install pyyaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue