From fab1516b838eeacc3c9b232b28936c690a06b1e9 Mon Sep 17 00:00:00 2001 From: Simon Urli <simon.urli@xwiki.com> Date: Mon, 29 Nov 2021 16:23:57 +0100 Subject: [PATCH] [Misc] Update maintainer --- 12/mysql-tomcat/Dockerfile | 2 +- 12/postgres-tomcat/Dockerfile | 2 +- 13/mysql-tomcat/Dockerfile | 2 +- 13/postgres-tomcat/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/12/mysql-tomcat/Dockerfile b/12/mysql-tomcat/Dockerfile index 79bfde2..113f896 100644 --- a/12/mysql-tomcat/Dockerfile +++ b/12/mysql-tomcat/Dockerfile @@ -26,7 +26,7 @@ FROM tomcat:9 # _/ /'`\ \_ \ /\ / | | | |`\ \ | | # |____||____| \/ \/ [___][__| \_][___] -MAINTAINER XWiki Committers +LABEL maintainer="XWiki Development Team <committers@xwiki.org>" # Note: when using docker-compose, the ENV values below are overridden from the .env file. diff --git a/12/postgres-tomcat/Dockerfile b/12/postgres-tomcat/Dockerfile index 871e7b5..6ac9247 100644 --- a/12/postgres-tomcat/Dockerfile +++ b/12/postgres-tomcat/Dockerfile @@ -26,7 +26,7 @@ FROM tomcat:9 # _/ /'`\ \_ \ /\ / | | | |`\ \ | | # |____||____| \/ \/ [___][__| \_][___] -MAINTAINER XWiki Committers +LABEL maintainer="XWiki Development Team <committers@xwiki.org>" # Note: when using docker-compose, the ENV values below are overridden from the .env file. diff --git a/13/mysql-tomcat/Dockerfile b/13/mysql-tomcat/Dockerfile index 6dacfe4..b2d6d38 100644 --- a/13/mysql-tomcat/Dockerfile +++ b/13/mysql-tomcat/Dockerfile @@ -26,7 +26,7 @@ FROM tomcat:9 # _/ /'`\ \_ \ /\ / | | | |`\ \ | | # |____||____| \/ \/ [___][__| \_][___] -MAINTAINER XWiki Committers +LABEL maintainer="XWiki Development Team <committers@xwiki.org>" # Note: when using docker-compose, the ENV values below are overridden from the .env file. diff --git a/13/postgres-tomcat/Dockerfile b/13/postgres-tomcat/Dockerfile index cec4381..182773a 100644 --- a/13/postgres-tomcat/Dockerfile +++ b/13/postgres-tomcat/Dockerfile @@ -26,7 +26,7 @@ FROM tomcat:9 # _/ /'`\ \_ \ /\ / | | | |`\ \ | | # |____||____| \/ \/ [___][__| \_][___] -MAINTAINER XWiki Committers +LABEL maintainer="XWiki Development Team <committers@xwiki.org>" # Note: when using docker-compose, the ENV values below are overridden from the .env file. -- GitLab