add labels

This commit is contained in:
Alexis Saettler 2020-02-28 12:46:16 +01:00
parent 01606aad75
commit 4b18765e9d
6 changed files with 36 additions and 6 deletions

View File

@ -1,6 +1,12 @@
FROM php:%%PHP_VERSION%%-%%VARIANT%%
LABEL maintainer="Alexis Saettler <alexis@saettler.org>"
LABEL maintainer="Alexis Saettler <alexis@saettler.org> (@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; \

View File

@ -1,6 +1,12 @@
FROM php:%%PHP_VERSION%%-%%VARIANT%%
LABEL maintainer="Alexis Saettler <alexis@saettler.org>"
LABEL maintainer="Alexis Saettler <alexis@saettler.org> (@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; \

View File

@ -1,6 +1,12 @@
FROM php:7.3-apache
LABEL maintainer="Alexis Saettler <alexis@saettler.org>"
LABEL maintainer="Alexis Saettler <alexis@saettler.org> (@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; \

View File

@ -1,6 +1,12 @@
FROM php:7.3-fpm-alpine
LABEL maintainer="Alexis Saettler <alexis@saettler.org>"
LABEL maintainer="Alexis Saettler <alexis@saettler.org> (@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; \

View File

@ -1,6 +1,12 @@
FROM php:7.3-fpm
LABEL maintainer="Alexis Saettler <alexis@saettler.org>"
LABEL maintainer="Alexis Saettler <alexis@saettler.org> (@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; \

View File

@ -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 <alexis@saettler.org>
Maintainers: Alexis Saettler <alexis@saettler.org> (@asbiin)
GitRepo: https://github.com/monicahq/docker.git
EOH