We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa78e8b commit a4f6abdCopy full SHA for a4f6abd
Dockerfile
@@ -1,5 +1,4 @@
1
FROM ghcr.io/unb-libraries/nginx:2.x
2
-MAINTAINER UNB Libraries <[email protected]>
3
4
ENV COMPOSER_INSTALL=""composer install --prefer-dist --no-interaction --no-progress""
5
ENV COMPOSER_MEMORY_LIMIT="-1"
@@ -44,4 +43,5 @@ LABEL ca.unb.lib.generator="php-fpm" \
44
43
org.label-schema.url="https://github.com/unb-libraries/docker-nginx-php" \
45
org.label-schema.vcs-url="https://github.com/unb-libraries/docker-nginx-php" \
46
org.label-schema.version=$VERSION \
+ org.opencontainers.image.authors="UNB Libraries <[email protected]>" \
47
org.opencontainers.image.source="https://github.com/unb-libraries/docker-nginx-php"
0 commit comments