File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11FROM quay.io/alexcheng1982/apache2-php7:{{ phpVersion }}
22
33LABEL maintainer="alexcheng1982@gmail.com"
4- LABEL version="{{ magento2Version }} "
5- LABEL description="Magento {{ magento2Version }} "
4+ LABEL php_version="{{ phpVersion }} "
5+ LABEL magento_version="{{ magento2Version }} "
6+ LABEL description="Magento {{ magento2Version }} with PHP {{ phpVersion }} "
67
78ENV MAGENTO_VERSION {{ magento2Version }}
89ENV INSTALL_DIR /var/www/html
Original file line number Diff line number Diff line change 11FROM quay.io/alexcheng1982/apache2-php7:7.1.24
22
33LABEL maintainer="alexcheng1982@gmail.com"
4- LABEL version="2.2.6"
5- LABEL description="Magento 2.2.6"
4+ LABEL php_version="7.1.24"
5+ LABEL magento_version="2.2.6"
6+ LABEL description="Magento 2.2.6 with PHP 7.1.24"
67
78ENV MAGENTO_VERSION 2.2.6
89ENV INSTALL_DIR /var/www/html
Original file line number Diff line number Diff line change 11FROM quay.io/alexcheng1982/apache2-php7:7.1.24
22
33LABEL maintainer="alexcheng1982@gmail.com"
4- LABEL version="2.2.6"
5- LABEL description="Magento 2.2.6"
4+ LABEL php_version="7.1.24"
5+ LABEL magento_version="2.2.6"
6+ LABEL description="Magento 2.2.6 with PHP 7.1.24"
67
78ENV MAGENTO_VERSION 2.2.6
89ENV INSTALL_DIR /var/www/html
You can’t perform that action at this time.
0 commit comments