Skip to content

Commit a589264

Browse files
committed
Add docker for 9.0.x branch
1 parent 3cba55c commit a589264

File tree

6 files changed

+54
-0
lines changed

6 files changed

+54
-0
lines changed

images/9.0.x/8.1-apache/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM prestashop/base:8.1-apache
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
RUN apt update
5+
RUN apt -y install git
6+
7+
RUN git clone -b 9.0.x https://github.com/PrestaShop/PrestaShop.git /tmp/data-ps
8+
9+
CMD ["/tmp/docker_run.sh"]

images/9.0.x/8.1-fpm/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM prestashop/base:8.1-fpm
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
RUN apt update
5+
RUN apt -y install git
6+
7+
RUN git clone -b 9.0.x https://github.com/PrestaShop/PrestaShop.git /tmp/data-ps
8+
9+
CMD ["/tmp/docker_run.sh"]

images/9.0.x/8.2-apache/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM prestashop/base:8.2-apache
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
RUN apt update
5+
RUN apt -y install git
6+
7+
RUN git clone -b 9.0.x https://github.com/PrestaShop/PrestaShop.git /tmp/data-ps
8+
9+
CMD ["/tmp/docker_run.sh"]

images/9.0.x/8.2-fpm/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM prestashop/base:8.2-fpm
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
RUN apt update
5+
RUN apt -y install git
6+
7+
RUN git clone -b 9.0.x https://github.com/PrestaShop/PrestaShop.git /tmp/data-ps
8+
9+
CMD ["/tmp/docker_run.sh"]

images/9.0.x/8.3-apache/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM prestashop/base:8.3-apache
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
RUN apt update
5+
RUN apt -y install git
6+
7+
RUN git clone -b 9.0.x https://github.com/PrestaShop/PrestaShop.git /tmp/data-ps
8+
9+
CMD ["/tmp/docker_run.sh"]

images/9.0.x/8.3-fpm/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM prestashop/base:8.3-fpm
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
RUN apt update
5+
RUN apt -y install git
6+
7+
RUN git clone -b 9.0.x https://github.com/PrestaShop/PrestaShop.git /tmp/data-ps
8+
9+
CMD ["/tmp/docker_run.sh"]

0 commit comments

Comments
 (0)