Skip to content

Commit 2048618

Browse files
[ update ] Rename labels
1 parent 1ca6c28 commit 2048618

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

7.2/buster/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:buster-slim
22

33
LABEL maintainer "Mohsen Mottaghi"
44
LABEL registry_dockerhub "mohsenmottaghi/php-fpm-zts"
5-
LABEL registry_github "mohsenmottaghi/php-fpm-zts"
5+
LABEL repository_github "mohsenmottaghi/php-fpm-zts"
66
LABEL php_version "7.2"
77

88
ENV PHPIZE_DEPS autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
@@ -185,9 +185,7 @@ RUN set -eux; \
185185
} | tee php-fpm.d/zz-docker.conf
186186

187187
WORKDIR /var/www/html
188-
189188
STOPSIGNAL SIGQUIT
190-
191189
EXPOSE 9000
192190

193191
ENTRYPOINT ["docker-php-entrypoint"]

7.3/buster/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:buster-slim
22

33
LABEL maintainer "Mohsen Mottaghi"
44
LABEL registry_dockerhub "mohsenmottaghi/php-fpm-zts"
5-
LABEL registry_github "mohsenmottaghi/php-fpm-zts"
5+
LABEL repository_github "mohsenmottaghi/php-fpm-zts"
66
LABEL php_version "7.3"
77

88
ENV PHPIZE_DEPS autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
@@ -185,9 +185,7 @@ RUN set -eux; \
185185
} | tee php-fpm.d/zz-docker.conf
186186

187187
WORKDIR /var/www/html
188-
189188
STOPSIGNAL SIGQUIT
190-
191189
EXPOSE 9000
192190

193191
ENTRYPOINT ["docker-php-entrypoint"]

7.4/buster/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:buster-slim
22

33
LABEL maintainer "Mohsen Mottaghi"
44
LABEL registry_dockerhub "mohsenmottaghi/php-fpm-zts"
5-
LABEL registry_github "mohsenmottaghi/php-fpm-zts"
5+
LABEL repository_github "mohsenmottaghi/php-fpm-zts"
66
LABEL php_version "7.4"
77

88
ENV PHPIZE_DEPS autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
@@ -185,9 +185,7 @@ RUN set -eux; \
185185
} | tee php-fpm.d/zz-docker.conf
186186

187187
WORKDIR /var/www/html
188-
189188
STOPSIGNAL SIGQUIT
190-
191189
EXPOSE 9000
192190

193191
ENTRYPOINT ["docker-php-entrypoint"]

0 commit comments

Comments
 (0)