From fe48da9c63aeb94cdc67056ed9841dff5efc5598 Mon Sep 17 00:00:00 2001 From: Jan Speller Date: Mon, 23 May 2022 22:18:16 +0200 Subject: [PATCH] Change deprecated maintainer label to opencontainers spec and change emails --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b9ee31a..9e9193e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apk add git && \ 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 # for RTL for MM @@ -35,7 +35,7 @@ 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.authors="info@schroll-it.de,jan@speller.biz" LABEL org.opencontainers.image.source=https://github.com/janspeller/BW3-Core RUN pip3 install pyyaml