-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IN-348 Migrate MAINTAINER in Dockerfile
- Loading branch information
1 parent
9563555
commit 21f53f4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM ghcr.io/unb-libraries/nginx:3.x | ||
MAINTAINER UNB Libraries <[email protected]> | ||
|
||
ENV COMPOSER_INSTALL "composer install --prefer-dist --no-interaction --no-progress" | ||
Check warning on line 3 in Dockerfile GitHub Actions / deploy / build-push-images / Build ImageLegacy key/value format with whitespace separator should not be used
|
||
ENV COMPOSER_MEMORY_LIMIT -1 | ||
Check warning on line 4 in Dockerfile GitHub Actions / deploy / build-push-images / Build ImageLegacy key/value format with whitespace separator should not be used
|
||
|
@@ -44,4 +43,5 @@ LABEL ca.unb.lib.generator="php-fpm" \ | |
org.label-schema.url="https://github.com/unb-libraries/docker-nginx-php" \ | ||
org.label-schema.vcs-url="https://github.com/unb-libraries/docker-nginx-php" \ | ||
org.label-schema.version=$VERSION \ | ||
org.opencontainers.image.authors="UNB Libraries <[email protected]>" \ | ||
org.opencontainers.image.source="https://github.com/unb-libraries/docker-nginx-php" |