Change deprecated maintainer label to opencontainers spec and change emails

This commit is contained in:
Jan Speller 2022-05-23 22:18:16 +02:00
parent 04d2a53bcc
commit fe48da9c63

View file

@ -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