Skip to content

Commit 33f8d69

Browse files
committed
Add labels to describe versions of Magento and PHP
1 parent a077e39 commit 33f8d69

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Dockerfile.hbs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
FROM quay.io/alexcheng1982/apache2-php7:{{phpVersion}}
22

33
LABEL 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

78
ENV MAGENTO_VERSION {{magento2Version}}
89
ENV INSTALL_DIR /var/www/html

developer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
FROM quay.io/alexcheng1982/apache2-php7:7.1.24
22

33
LABEL 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

78
ENV MAGENTO_VERSION 2.2.6
89
ENV INSTALL_DIR /var/www/html

integrator/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
FROM quay.io/alexcheng1982/apache2-php7:7.1.24
22

33
LABEL 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

78
ENV MAGENTO_VERSION 2.2.6
89
ENV INSTALL_DIR /var/www/html

0 commit comments

Comments
 (0)