Skip to content

Commit

Permalink
IN-348 Migrate MAINTAINER in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 29, 2024
1 parent 5530e96 commit 21a90aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM ghcr.io/unb-libraries/nginx-php:3.x
MAINTAINER UNB Libraries <libsupport@unb.ca>

ENV COMPOSER_ALLOW_SUPERUSER 1

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / build-push-images / Build Image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DRUPAL_ADMIN_ACCOUNT_NAME admin

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / build-push-images / Build Image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -55,4 +54,5 @@ LABEL ca.unb.lib.generator="drupal9" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/unb-libraries/docker-drupal" \
org.label-schema.version=$VERSION \
org.opencontainers.image.authors="UNB Libraries <libsupport@unb.ca>" \
org.opencontainers.image.source="https://github.com/unb-libraries/docker-drupal"

0 comments on commit 21a90aa

Please sign in to comment.