chore: remove PHP 5.4 and 5.5 images (no ARM version available)

This commit is contained in:
le0m
2021-10-18 16:26:47 +02:00
parent e5fc9505fb
commit 96fe814bf9
12 changed files with 0 additions and 374 deletions
-6
View File
@@ -1,6 +0,0 @@
FROM chialab/php:5.4
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.4.1 \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
-6
View File
@@ -1,6 +0,0 @@
FROM chialab/php:5.4-apache
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.4.1 \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
-6
View File
@@ -1,6 +0,0 @@
FROM chialab/php:5.4-fpm
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.4.1 \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
-6
View File
@@ -1,6 +0,0 @@
FROM chialab/php:5.5
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.5.5 \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
-6
View File
@@ -1,6 +0,0 @@
FROM chialab/php:5.5-apache
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.5.5 \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
-6
View File
@@ -1,6 +0,0 @@
FROM chialab/php:5.5-fpm
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug-2.5.5 \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini