From 4b18765e9d43e432a6b57990d9d37c1bc40feea3 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Fri, 28 Feb 2020 12:46:16 +0100 Subject: [PATCH] add labels --- Dockerfile-alpine.template | 8 +++++++- Dockerfile-debian.template | 8 +++++++- apache/Dockerfile | 8 +++++++- fpm-alpine/Dockerfile | 8 +++++++- fpm/Dockerfile | 8 +++++++- generate-stackbrew-library.sh | 2 +- 6 files changed, 36 insertions(+), 6 deletions(-) diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 333c5cb..6fd8d6e 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -1,6 +1,12 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%% -LABEL maintainer="Alexis Saettler " +LABEL maintainer="Alexis Saettler (@asbiin)" \ + org.label-schema.name="MonicaHQ, the Personal Relationship Manager" \ + org.label-schema.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \ + org.label-schema.url="https://monicahq.com" \ + org.label-schema.vcs-url="https://github.com/monicahq/monica" \ + org.label-schema.vendor="Monica" \ + org.label-schema.schema-version="1.0" # entrypoint.sh dependencies RUN set -ex; \ diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index cf8b5de..2e32a9f 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -1,6 +1,12 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%% -LABEL maintainer="Alexis Saettler " +LABEL maintainer="Alexis Saettler (@asbiin)" \ + org.label-schema.name="MonicaHQ, the Personal Relationship Manager" \ + org.label-schema.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \ + org.label-schema.url="https://monicahq.com" \ + org.label-schema.vcs-url="https://github.com/monicahq/monica" \ + org.label-schema.vendor="Monica" \ + org.label-schema.schema-version="1.0" # entrypoint.sh dependencies RUN set -ex; \ diff --git a/apache/Dockerfile b/apache/Dockerfile index 01ae80b..1ba437a 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,6 +1,12 @@ FROM php:7.3-apache -LABEL maintainer="Alexis Saettler " +LABEL maintainer="Alexis Saettler (@asbiin)" \ + org.label-schema.name="MonicaHQ, the Personal Relationship Manager" \ + org.label-schema.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \ + org.label-schema.url="https://monicahq.com" \ + org.label-schema.vcs-url="https://github.com/monicahq/monica" \ + org.label-schema.vendor="Monica" \ + org.label-schema.schema-version="1.0" # entrypoint.sh dependencies RUN set -ex; \ diff --git a/fpm-alpine/Dockerfile b/fpm-alpine/Dockerfile index 4373154..24cf082 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -1,6 +1,12 @@ FROM php:7.3-fpm-alpine -LABEL maintainer="Alexis Saettler " +LABEL maintainer="Alexis Saettler (@asbiin)" \ + org.label-schema.name="MonicaHQ, the Personal Relationship Manager" \ + org.label-schema.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \ + org.label-schema.url="https://monicahq.com" \ + org.label-schema.vcs-url="https://github.com/monicahq/monica" \ + org.label-schema.vendor="Monica" \ + org.label-schema.schema-version="1.0" # entrypoint.sh dependencies RUN set -ex; \ diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 889e055..bda54e3 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -1,6 +1,12 @@ FROM php:7.3-fpm -LABEL maintainer="Alexis Saettler " +LABEL maintainer="Alexis Saettler (@asbiin)" \ + org.label-schema.name="MonicaHQ, the Personal Relationship Manager" \ + org.label-schema.description="This is MonicaHQ, your personal memory! MonicaHQ is like a CRM but for the friends, family, and acquaintances around you." \ + org.label-schema.url="https://monicahq.com" \ + org.label-schema.vcs-url="https://github.com/monicahq/monica" \ + org.label-schema.vendor="Monica" \ + org.label-schema.schema-version="1.0" # entrypoint.sh dependencies RUN set -ex; \ diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index 3c0851f..3805e0e 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -45,7 +45,7 @@ getArches 'monica' # Header. cat <<-EOH # This file is generated via https://github.com/monicahq/docker/blob/$(fileCommit "$self")/$self -Maintainers: Alexis Saettler +Maintainers: Alexis Saettler (@asbiin) GitRepo: https://github.com/monicahq/docker.git EOH