Skip to content

Commit

Permalink
Add labels to describe versions of Magento and PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Nov 21, 2018
1 parent a077e39 commit 33f8d69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM quay.io/alexcheng1982/apache2-php7:{{phpVersion}}

LABEL maintainer="[email protected]"
LABEL version="{{magento2Version}}"
LABEL description="Magento {{magento2Version}}"
LABEL php_version="{{phpVersion}}"
LABEL magento_version="{{magento2Version}}"
LABEL description="Magento {{magento2Version}} with PHP {{phpVersion}}"

ENV MAGENTO_VERSION {{magento2Version}}
ENV INSTALL_DIR /var/www/html
Expand Down
5 changes: 3 additions & 2 deletions developer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM quay.io/alexcheng1982/apache2-php7:7.1.24

LABEL maintainer="[email protected]"
LABEL version="2.2.6"
LABEL description="Magento 2.2.6"
LABEL php_version="7.1.24"
LABEL magento_version="2.2.6"
LABEL description="Magento 2.2.6 with PHP 7.1.24"

ENV MAGENTO_VERSION 2.2.6
ENV INSTALL_DIR /var/www/html
Expand Down
5 changes: 3 additions & 2 deletions integrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM quay.io/alexcheng1982/apache2-php7:7.1.24

LABEL maintainer="[email protected]"
LABEL version="2.2.6"
LABEL description="Magento 2.2.6"
LABEL php_version="7.1.24"
LABEL magento_version="2.2.6"
LABEL description="Magento 2.2.6 with PHP 7.1.24"

ENV MAGENTO_VERSION 2.2.6
ENV INSTALL_DIR /var/www/html
Expand Down

0 comments on commit 33f8d69

Please sign in to comment.