Skip to content

Commit

Permalink
Merge pull request #261 from WyriHaximusNet/add-maintainer-label
Browse files Browse the repository at this point in the history
Add maintainer label
  • Loading branch information
WyriHaximus authored Jan 15, 2025
2 parents c529081 + e82a59b commit a0f9d3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile-nts-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ LABEL org.label-schema.title="Opinionated ReactPHP optimised PHP Docker images"
org.opencontainers.image.description="PHP Version: $PHP_VERSION Type: zts OS Version: $OS_VERSION" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.base.name="php:$PHP_VERSION-cli-$OS_VERSION" \
org.opencontainers.image.vendor="WyriHaximus.net"
org.opencontainers.image.vendor="WyriHaximus.net" \
org.opencontainers.image.authors="Cees-Jan Kiewiet <[email protected]>"

RUN apk update \
&& apk upgrade \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile-zts-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ LABEL org.label-schema.title="Opinionated ReactPHP optimised PHP Docker images"
org.opencontainers.image.description="PHP Version: $PHP_VERSION Type: zts OS Version: $OS_VERSION" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.base.name="php:$PHP_VERSION-zts-$OS_VERSION" \
org.opencontainers.image.vendor="WyriHaximus.net"
org.opencontainers.image.vendor="WyriHaximus.net" \
org.opencontainers.image.authors="Cees-Jan Kiewiet <[email protected]>"

RUN apk update \
&& apk upgrade \
Expand Down

0 comments on commit a0f9d3a

Please sign in to comment.