Skip to content

Commit a0f9d3a

Browse files
authored
Merge pull request #261 from WyriHaximusNet/add-maintainer-label
Add maintainer label
2 parents c529081 + e82a59b commit a0f9d3a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile-nts-alpine

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ LABEL org.label-schema.title="Opinionated ReactPHP optimised PHP Docker images"
2222
org.opencontainers.image.description="PHP Version: $PHP_VERSION Type: zts OS Version: $OS_VERSION" \
2323
org.opencontainers.image.licenses="MIT" \
2424
org.opencontainers.image.base.name="php:$PHP_VERSION-cli-$OS_VERSION" \
25-
org.opencontainers.image.vendor="WyriHaximus.net"
25+
org.opencontainers.image.vendor="WyriHaximus.net" \
26+
org.opencontainers.image.authors="Cees-Jan Kiewiet <docker-php@ceesjankiewiet.nl>"
2627

2728
RUN apk update \
2829
&& apk upgrade \

Dockerfile-zts-alpine

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ LABEL org.label-schema.title="Opinionated ReactPHP optimised PHP Docker images"
2222
org.opencontainers.image.description="PHP Version: $PHP_VERSION Type: zts OS Version: $OS_VERSION" \
2323
org.opencontainers.image.licenses="MIT" \
2424
org.opencontainers.image.base.name="php:$PHP_VERSION-zts-$OS_VERSION" \
25-
org.opencontainers.image.vendor="WyriHaximus.net"
25+
org.opencontainers.image.vendor="WyriHaximus.net" \
26+
org.opencontainers.image.authors="Cees-Jan Kiewiet <docker-php@ceesjankiewiet.nl>"
2627

2728
RUN apk update \
2829
&& apk upgrade \

0 commit comments

Comments
 (0)