add labels
This commit is contained in:
parent
01606aad75
commit
4b18765e9d
@ -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; \
|
||||
|
||||
@ -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; \
|
||||
|
||||
@ -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; \
|
||||
|
||||
@ -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; \
|
||||
|
||||
@ -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; \
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user