Skip to content

Commit e82a59b

Browse files
committed
Add maintainer label
1 parent c529081 commit e82a59b

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)