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 e14f228 commit e0aea70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM ghcr.io/unb-libraries/drupal:10.x-1.x-unblib
MAINTAINER UNB Libraries <libsupport@unb.ca>

# Install additional OS packages.
ENV ADDITIONAL_OS_PACKAGES="postfix php-ldap php-zip php81-pecl-redis"
Expand Down Expand Up @@ -36,4 +35,5 @@ LABEL ca.unb.lib.generator="drupal9" \
org.label-schema.vcs-url="https://github.com/unb-libraries/educationhistory.lib.unb.ca" \
org.label-schema.vendor="University of New Brunswick Libraries" \
org.label-schema.version=$VERSION \
org.opencontainers.image.source="https://github.com/unb-libraries/educationhistory.lib.unb.ca"
org.opencontainers.image.authors="UNB Libraries <libsupport@unb.ca>" \
org.opencontainers.image.source="https://github.com/unb-libraries/educationhistory.lib.unb.ca"

0 comments on commit e0aea70

Please sign in to comment.