Skip to content

Commit

Permalink
Update labels in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Mar 19, 2018
1 parent 4439c39 commit 97831a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Dockerfile.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM alexcheng/apache2-php7:{{phpVersion}}

Label maintainer="alexcheng1982@gmail.com"
LABEL maintainer="alexcheng1982@gmail.com"
LABEL version="{{magento2Version}}"
LABEL description="Magento {{magento2Version}}"

ENV MAGENTO_VERSION {{magento2Version}}
ENV INSTALL_DIR /var/www/html
Expand Down
4 changes: 3 additions & 1 deletion developer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM alexcheng/apache2-php7:7.1.11

Label maintainer="alexcheng1982@gmail.com"
LABEL maintainer="alexcheng1982@gmail.com"
LABEL version="2.2.3"
LABEL description="Magento 2.2.3"

ENV MAGENTO_VERSION 2.2.3
ENV INSTALL_DIR /var/www/html
Expand Down
4 changes: 3 additions & 1 deletion integrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM alexcheng/apache2-php7:7.1.11

Label maintainer="alexcheng1982@gmail.com"
LABEL maintainer="alexcheng1982@gmail.com"
LABEL version="2.2.3"
LABEL description="Magento 2.2.3"

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

0 comments on commit 97831a4

Please sign in to comment.