-
-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add labels to describe versions of Magento and PHP
- Loading branch information
1 parent
a077e39
commit 33f8d69
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|