diff --git a/images/1.7.8.x/7.1-apache/Dockerfile b/images/1.7.8.x/7.1-apache/Dockerfile new file mode 100644 index 00000000..a2baefce --- /dev/null +++ b/images/1.7.8.x/7.1-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.1-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=1.7.8.x +ENV NODE_VERSION=v14.20.0 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/1.7.8.x/7.1-fpm/Dockerfile b/images/1.7.8.x/7.1-fpm/Dockerfile new file mode 100644 index 00000000..dff436db --- /dev/null +++ b/images/1.7.8.x/7.1-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.1-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=1.7.8.x +ENV NODE_VERSION=v14.20.0 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/1.7.8.x/7.2-apache/Dockerfile b/images/1.7.8.x/7.2-apache/Dockerfile new file mode 100644 index 00000000..1007c302 --- /dev/null +++ b/images/1.7.8.x/7.2-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.2-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=1.7.8.x +ENV NODE_VERSION=v14.20.0 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/1.7.8.x/7.2-fpm/Dockerfile b/images/1.7.8.x/7.2-fpm/Dockerfile new file mode 100644 index 00000000..c69a35d0 --- /dev/null +++ b/images/1.7.8.x/7.2-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.2-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=1.7.8.x +ENV NODE_VERSION=v14.20.0 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/1.7.8.x/7.3-apache/Dockerfile b/images/1.7.8.x/7.3-apache/Dockerfile new file mode 100644 index 00000000..3cef388f --- /dev/null +++ b/images/1.7.8.x/7.3-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.3-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=1.7.8.x +ENV NODE_VERSION=v14.20.0 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/1.7.8.x/7.3-fpm/Dockerfile b/images/1.7.8.x/7.3-fpm/Dockerfile new file mode 100644 index 00000000..2abd1284 --- /dev/null +++ b/images/1.7.8.x/7.3-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.3-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=1.7.8.x +ENV NODE_VERSION=v14.20.0 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/1.7.8.x/7.4-apache/Dockerfile b/images/1.7.8.x/7.4-apache/Dockerfile new file mode 100644 index 00000000..0c2207c5 --- /dev/null +++ b/images/1.7.8.x/7.4-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.4-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=1.7.8.x +ENV NODE_VERSION=v14.20.0 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/1.7.8.x/7.4-fpm/Dockerfile b/images/1.7.8.x/7.4-fpm/Dockerfile new file mode 100644 index 00000000..8079cdcd --- /dev/null +++ b/images/1.7.8.x/7.4-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.4-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=1.7.8.x +ENV NODE_VERSION=v14.20.0 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/7.2-apache/Dockerfile b/images/8.0.x/7.2-apache/Dockerfile new file mode 100644 index 00000000..68b0be92 --- /dev/null +++ b/images/8.0.x/7.2-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.2-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/7.2-fpm/Dockerfile b/images/8.0.x/7.2-fpm/Dockerfile new file mode 100644 index 00000000..d11e5dfc --- /dev/null +++ b/images/8.0.x/7.2-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.2-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/7.3-apache/Dockerfile b/images/8.0.x/7.3-apache/Dockerfile new file mode 100644 index 00000000..bc71e53f --- /dev/null +++ b/images/8.0.x/7.3-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.3-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/7.3-fpm/Dockerfile b/images/8.0.x/7.3-fpm/Dockerfile new file mode 100644 index 00000000..83ea9593 --- /dev/null +++ b/images/8.0.x/7.3-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.3-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/7.4-apache/Dockerfile b/images/8.0.x/7.4-apache/Dockerfile new file mode 100644 index 00000000..e826d7c2 --- /dev/null +++ b/images/8.0.x/7.4-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.4-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/7.4-fpm/Dockerfile b/images/8.0.x/7.4-fpm/Dockerfile new file mode 100644 index 00000000..0da8b946 --- /dev/null +++ b/images/8.0.x/7.4-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.4-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/8.0-apache/Dockerfile b/images/8.0.x/8.0-apache/Dockerfile new file mode 100644 index 00000000..ecb3aed7 --- /dev/null +++ b/images/8.0.x/8.0-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.0-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/8.0-fpm/Dockerfile b/images/8.0.x/8.0-fpm/Dockerfile new file mode 100644 index 00000000..9123b12a --- /dev/null +++ b/images/8.0.x/8.0-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.0-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/8.1-apache/Dockerfile b/images/8.0.x/8.1-apache/Dockerfile new file mode 100644 index 00000000..d7eee3cf --- /dev/null +++ b/images/8.0.x/8.1-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.1-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.0.x/8.1-fpm/Dockerfile b/images/8.0.x/8.1-fpm/Dockerfile new file mode 100644 index 00000000..3313064b --- /dev/null +++ b/images/8.0.x/8.1-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.1-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.0.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/7.2-apache/Dockerfile b/images/8.1.x/7.2-apache/Dockerfile new file mode 100644 index 00000000..cf23ee23 --- /dev/null +++ b/images/8.1.x/7.2-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.2-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/7.2-fpm/Dockerfile b/images/8.1.x/7.2-fpm/Dockerfile new file mode 100644 index 00000000..6ad974ee --- /dev/null +++ b/images/8.1.x/7.2-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.2-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/7.3-apache/Dockerfile b/images/8.1.x/7.3-apache/Dockerfile new file mode 100644 index 00000000..33350097 --- /dev/null +++ b/images/8.1.x/7.3-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.3-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/7.3-fpm/Dockerfile b/images/8.1.x/7.3-fpm/Dockerfile new file mode 100644 index 00000000..3fc2809b --- /dev/null +++ b/images/8.1.x/7.3-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.3-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/7.4-apache/Dockerfile b/images/8.1.x/7.4-apache/Dockerfile new file mode 100644 index 00000000..b64b0fde --- /dev/null +++ b/images/8.1.x/7.4-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.4-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/7.4-fpm/Dockerfile b/images/8.1.x/7.4-fpm/Dockerfile new file mode 100644 index 00000000..e842e386 --- /dev/null +++ b/images/8.1.x/7.4-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.4-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/8.0-apache/Dockerfile b/images/8.1.x/8.0-apache/Dockerfile new file mode 100644 index 00000000..4d06244e --- /dev/null +++ b/images/8.1.x/8.0-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.0-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/8.0-fpm/Dockerfile b/images/8.1.x/8.0-fpm/Dockerfile new file mode 100644 index 00000000..54565ae6 --- /dev/null +++ b/images/8.1.x/8.0-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.0-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/8.1-apache/Dockerfile b/images/8.1.x/8.1-apache/Dockerfile new file mode 100644 index 00000000..2e79f7e7 --- /dev/null +++ b/images/8.1.x/8.1-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.1-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.1.x/8.1-fpm/Dockerfile b/images/8.1.x/8.1-fpm/Dockerfile new file mode 100644 index 00000000..24afc4a3 --- /dev/null +++ b/images/8.1.x/8.1-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.1-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.1.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/7.2-apache/Dockerfile b/images/8.2.x/7.2-apache/Dockerfile new file mode 100644 index 00000000..82f3472d --- /dev/null +++ b/images/8.2.x/7.2-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.2-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/7.2-fpm/Dockerfile b/images/8.2.x/7.2-fpm/Dockerfile new file mode 100644 index 00000000..f230aada --- /dev/null +++ b/images/8.2.x/7.2-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.2-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/7.3-apache/Dockerfile b/images/8.2.x/7.3-apache/Dockerfile new file mode 100644 index 00000000..7a0d136d --- /dev/null +++ b/images/8.2.x/7.3-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.3-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/7.3-fpm/Dockerfile b/images/8.2.x/7.3-fpm/Dockerfile new file mode 100644 index 00000000..8142be39 --- /dev/null +++ b/images/8.2.x/7.3-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.3-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/7.4-apache/Dockerfile b/images/8.2.x/7.4-apache/Dockerfile new file mode 100644 index 00000000..83ff5c90 --- /dev/null +++ b/images/8.2.x/7.4-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.4-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/7.4-fpm/Dockerfile b/images/8.2.x/7.4-fpm/Dockerfile new file mode 100644 index 00000000..d525e9dd --- /dev/null +++ b/images/8.2.x/7.4-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:7.4-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/8.0-apache/Dockerfile b/images/8.2.x/8.0-apache/Dockerfile new file mode 100644 index 00000000..0ba88a68 --- /dev/null +++ b/images/8.2.x/8.0-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.0-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/8.0-fpm/Dockerfile b/images/8.2.x/8.0-fpm/Dockerfile new file mode 100644 index 00000000..c198447b --- /dev/null +++ b/images/8.2.x/8.0-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.0-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/8.1-apache/Dockerfile b/images/8.2.x/8.1-apache/Dockerfile new file mode 100644 index 00000000..cad24da0 --- /dev/null +++ b/images/8.2.x/8.1-apache/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.1-apache +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/images/8.2.x/8.1-fpm/Dockerfile b/images/8.2.x/8.1-fpm/Dockerfile new file mode 100644 index 00000000..a4c6379a --- /dev/null +++ b/images/8.2.x/8.1-fpm/Dockerfile @@ -0,0 +1,10 @@ +FROM prestashop/base:8.1-fpm +LABEL maintainer="PrestaShop Core Team " + +RUN apt update +RUN apt -y install git + +ENV PS_BRANCH=8.2.x +ENV NODE_VERSION=v16.20.2 + +CMD ["/tmp/docker_branch_run.sh"] diff --git a/versions.py b/versions.py index 0456f74f..52d49a0a 100644 --- a/versions.py +++ b/versions.py @@ -44,6 +44,12 @@ '7.2', '7.3', ), + '1.7.8.x': ( + '7.1', + '7.2', + '7.3', + '7.4', + ), '1.7.8.0-beta.1': ( '7.1', '7.2', @@ -128,6 +134,13 @@ '7.3', '7.4', ), + '8.0.x': ( + '7.2', + '7.3', + '7.4', + '8.0', + '8.1', + ), '8.0.0-beta.1': ( '7.2', '7.3', @@ -184,6 +197,13 @@ '8.0', '8.1', ), + '8.1.x': ( + '7.2', + '7.3', + '7.4', + '8.0', + '8.1', + ), '8.1.0-beta.1': ( '7.2', '7.3', @@ -254,6 +274,13 @@ '8.0', '8.1', ), + '8.2.x': ( + '7.2', + '7.3', + '7.4', + '8.0', + '8.1', + ), '8.2.0': ( '7.2', '7.3',