diff --git a/12/mysql-tomcat/Dockerfile b/12/mysql-tomcat/Dockerfile index 8fb7d8583cd8826a58477328ee0c04f625c869f3..3de0dc510b8e7f31fb360a35dd3a29ac7df144c4 100644 --- a/12/mysql-tomcat/Dockerfile +++ b/12/mysql-tomcat/Dockerfile @@ -26,7 +26,12 @@ FROM tomcat:9-jdk11 # _/ /'`\ \_ \ /\ / | | | |`\ \ | | # |____||____| \/ \/ [___][__| \_][___] -LABEL maintainer="XWiki Development Team <committers@xwiki.org>" +LABEL org.opencontainers.image.authors='XWiki Development Team <committers@xwiki.org>' +LABEL org.opencontainers.image.url='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.documentation='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.source='https://github.com/xwiki/xwiki-docker.git' +LABEL org.opencontainers.image.vendor='xwiki.org' +LABEL org.opencontainers.image.licenses='LGPL-2.1' # 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 8bd5a70ea4c6c1291251a7985d27df0da2ded7fa..444865b08d7e1b784f1907ab7af305e9c4880ee7 100644 --- a/12/postgres-tomcat/Dockerfile +++ b/12/postgres-tomcat/Dockerfile @@ -26,7 +26,12 @@ FROM tomcat:9-jdk11 # _/ /'`\ \_ \ /\ / | | | |`\ \ | | # |____||____| \/ \/ [___][__| \_][___] -LABEL maintainer="XWiki Development Team <committers@xwiki.org>" +LABEL org.opencontainers.image.authors='XWiki Development Team <committers@xwiki.org>' +LABEL org.opencontainers.image.url='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.documentation='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.source='https://github.com/xwiki/xwiki-docker.git' +LABEL org.opencontainers.image.vendor='xwiki.org' +LABEL org.opencontainers.image.licenses='LGPL-2.1' # 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 1cef3da00137e4303d62b434c7389dd68764f8b1..f5b09d8dbc4f8afb962e7e205d679d03e26b154a 100644 --- a/13/mysql-tomcat/Dockerfile +++ b/13/mysql-tomcat/Dockerfile @@ -26,7 +26,12 @@ FROM tomcat:9-jdk11 # _/ /'`\ \_ \ /\ / | | | |`\ \ | | # |____||____| \/ \/ [___][__| \_][___] -LABEL maintainer="XWiki Development Team <committers@xwiki.org>" +LABEL org.opencontainers.image.authors='XWiki Development Team <committers@xwiki.org>' +LABEL org.opencontainers.image.url='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.documentation='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.source='https://github.com/xwiki/xwiki-docker.git' +LABEL org.opencontainers.image.vendor='xwiki.org' +LABEL org.opencontainers.image.licenses='LGPL-2.1' # 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 78b00abca8ee0d9f6d2c10c46faad322775e961c..3256bf2d1022ef74df71485333d765e63823f041 100644 --- a/13/postgres-tomcat/Dockerfile +++ b/13/postgres-tomcat/Dockerfile @@ -26,7 +26,12 @@ FROM tomcat:9-jdk11 # _/ /'`\ \_ \ /\ / | | | |`\ \ | | # |____||____| \/ \/ [___][__| \_][___] -LABEL maintainer="XWiki Development Team <committers@xwiki.org>" +LABEL org.opencontainers.image.authors='XWiki Development Team <committers@xwiki.org>' +LABEL org.opencontainers.image.url='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.documentation='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.source='https://github.com/xwiki/xwiki-docker.git' +LABEL org.opencontainers.image.vendor='xwiki.org' +LABEL org.opencontainers.image.licenses='LGPL-2.1' # Note: when using docker-compose, the ENV values below are overridden from the .env file. diff --git a/template/Dockerfile b/template/Dockerfile index 1472ff797445999972b485fa734c4946d0ae8795..1e03ba6bde830cf64daa792244efb9ed606fa991 100644 --- a/template/Dockerfile +++ b/template/Dockerfile @@ -26,7 +26,12 @@ FROM tomcat:9-jdk11 # _/ /'`\\ \\_ \\ /\\ / | | | |`\\ \\ | | # |____||____| \\/ \\/ [___][__| \\_][___] -LABEL maintainer="XWiki Development Team <committers@xwiki.org>" +LABEL org.opencontainers.image.authors='XWiki Development Team <committers@xwiki.org>' +LABEL org.opencontainers.image.url='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.documentation='https://hub.docker.com/_/xwiki' +LABEL org.opencontainers.image.source='https://github.com/xwiki/xwiki-docker.git' +LABEL org.opencontainers.image.vendor='xwiki.org' +LABEL org.opencontainers.image.licenses='LGPL-2.1' # Note: when using docker-compose, the ENV values below are overridden from the .env file.