File tree 3 files changed +3
-9
lines changed 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:buster-slim
2
2
3
3
LABEL maintainer "Mohsen Mottaghi"
4
4
LABEL registry_dockerhub "mohsenmottaghi/php-fpm-zts"
5
- LABEL registry_github "mohsenmottaghi/php-fpm-zts"
5
+ LABEL repository_github "mohsenmottaghi/php-fpm-zts"
6
6
LABEL php_version "7.2"
7
7
8
8
ENV PHPIZE_DEPS autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
@@ -185,9 +185,7 @@ RUN set -eux; \
185
185
} | tee php-fpm.d/zz-docker.conf
186
186
187
187
WORKDIR /var/www/html
188
-
189
188
STOPSIGNAL SIGQUIT
190
-
191
189
EXPOSE 9000
192
190
193
191
ENTRYPOINT ["docker-php-entrypoint" ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:buster-slim
2
2
3
3
LABEL maintainer "Mohsen Mottaghi"
4
4
LABEL registry_dockerhub "mohsenmottaghi/php-fpm-zts"
5
- LABEL registry_github "mohsenmottaghi/php-fpm-zts"
5
+ LABEL repository_github "mohsenmottaghi/php-fpm-zts"
6
6
LABEL php_version "7.3"
7
7
8
8
ENV PHPIZE_DEPS autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
@@ -185,9 +185,7 @@ RUN set -eux; \
185
185
} | tee php-fpm.d/zz-docker.conf
186
186
187
187
WORKDIR /var/www/html
188
-
189
188
STOPSIGNAL SIGQUIT
190
-
191
189
EXPOSE 9000
192
190
193
191
ENTRYPOINT ["docker-php-entrypoint" ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:buster-slim
2
2
3
3
LABEL maintainer "Mohsen Mottaghi"
4
4
LABEL registry_dockerhub "mohsenmottaghi/php-fpm-zts"
5
- LABEL registry_github "mohsenmottaghi/php-fpm-zts"
5
+ LABEL repository_github "mohsenmottaghi/php-fpm-zts"
6
6
LABEL php_version "7.4"
7
7
8
8
ENV PHPIZE_DEPS autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
@@ -185,9 +185,7 @@ RUN set -eux; \
185
185
} | tee php-fpm.d/zz-docker.conf
186
186
187
187
WORKDIR /var/www/html
188
-
189
188
STOPSIGNAL SIGQUIT
190
-
191
189
EXPOSE 9000
192
190
193
191
ENTRYPOINT ["docker-php-entrypoint" ]
You can’t perform that action at this time.
0 commit comments