diff --git a/images/8.2.7/7.2-apache/Dockerfile b/images/8.2.7/7.2-apache/Dockerfile new file mode 100644 index 00000000..d6080d13 --- /dev/null +++ b/images/8.2.7/7.2-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.2-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/8.2.7/7.2-fpm/Dockerfile b/images/8.2.7/7.2-fpm/Dockerfile new file mode 100644 index 00000000..4908ecb9 --- /dev/null +++ b/images/8.2.7/7.2-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.2-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/8.2.7/7.3-apache/Dockerfile b/images/8.2.7/7.3-apache/Dockerfile new file mode 100644 index 00000000..4784994f --- /dev/null +++ b/images/8.2.7/7.3-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.3-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/8.2.7/7.3-fpm/Dockerfile b/images/8.2.7/7.3-fpm/Dockerfile new file mode 100644 index 00000000..f52185c1 --- /dev/null +++ b/images/8.2.7/7.3-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.3-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/8.2.7/7.4-apache/Dockerfile b/images/8.2.7/7.4-apache/Dockerfile new file mode 100644 index 00000000..309295a4 --- /dev/null +++ b/images/8.2.7/7.4-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.4-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/8.2.7/7.4-fpm/Dockerfile b/images/8.2.7/7.4-fpm/Dockerfile new file mode 100644 index 00000000..8c7debe2 --- /dev/null +++ b/images/8.2.7/7.4-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.4-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/8.2.7/8.0-apache/Dockerfile b/images/8.2.7/8.0-apache/Dockerfile new file mode 100644 index 00000000..f9fc4b10 --- /dev/null +++ b/images/8.2.7/8.0-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.0-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/8.2.7/8.0-fpm/Dockerfile b/images/8.2.7/8.0-fpm/Dockerfile new file mode 100644 index 00000000..5ed430dc --- /dev/null +++ b/images/8.2.7/8.0-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.0-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/8.2.7/8.1-apache/Dockerfile b/images/8.2.7/8.1-apache/Dockerfile new file mode 100644 index 00000000..e385118e --- /dev/null +++ b/images/8.2.7/8.1-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.1-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/8.2.7/8.1-fpm/Dockerfile b/images/8.2.7/8.1-fpm/Dockerfile new file mode 100644 index 00000000..6cc540c8 --- /dev/null +++ b/images/8.2.7/8.1-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.1-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.7 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.7/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.1-apache/Dockerfile b/images/9.1.4-5.0-classic/8.1-apache/Dockerfile new file mode 100644 index 00000000..7d761ea8 --- /dev/null +++ b/images/9.1.4-5.0-classic/8.1-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.1-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.1-fpm/Dockerfile b/images/9.1.4-5.0-classic/8.1-fpm/Dockerfile new file mode 100644 index 00000000..c434f32c --- /dev/null +++ b/images/9.1.4-5.0-classic/8.1-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.1-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.2-apache/Dockerfile b/images/9.1.4-5.0-classic/8.2-apache/Dockerfile new file mode 100644 index 00000000..667a82d1 --- /dev/null +++ b/images/9.1.4-5.0-classic/8.2-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.2-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.2-fpm/Dockerfile b/images/9.1.4-5.0-classic/8.2-fpm/Dockerfile new file mode 100644 index 00000000..06e2efd6 --- /dev/null +++ b/images/9.1.4-5.0-classic/8.2-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.2-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.3-apache/Dockerfile b/images/9.1.4-5.0-classic/8.3-apache/Dockerfile new file mode 100644 index 00000000..b58c3dcd --- /dev/null +++ b/images/9.1.4-5.0-classic/8.3-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.3-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.3-fpm/Dockerfile b/images/9.1.4-5.0-classic/8.3-fpm/Dockerfile new file mode 100644 index 00000000..2b85540a --- /dev/null +++ b/images/9.1.4-5.0-classic/8.3-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.3-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.4-apache/Dockerfile b/images/9.1.4-5.0-classic/8.4-apache/Dockerfile new file mode 100644 index 00000000..79635a32 --- /dev/null +++ b/images/9.1.4-5.0-classic/8.4-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.4-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.4-fpm/Dockerfile b/images/9.1.4-5.0-classic/8.4-fpm/Dockerfile new file mode 100644 index 00000000..a67fdf24 --- /dev/null +++ b/images/9.1.4-5.0-classic/8.4-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.4-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.5-apache/Dockerfile b/images/9.1.4-5.0-classic/8.5-apache/Dockerfile new file mode 100644 index 00000000..cf9f9f2c --- /dev/null +++ b/images/9.1.4-5.0-classic/8.5-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.5-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/images/9.1.4-5.0-classic/8.5-fpm/Dockerfile b/images/9.1.4-5.0-classic/8.5-fpm/Dockerfile new file mode 100644 index 00000000..88ed84ae --- /dev/null +++ b/images/9.1.4-5.0-classic/8.5-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.5-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=9.1.4-5.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.4-5.0/prestashop.zip /tmp/prestashop.zip + +# Extract +RUN mkdir -p /tmp/data-ps \ + && unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ + && bash /tmp/ps-extractor.sh /tmp/data-ps \ + && rm /tmp/prestashop.zip diff --git a/versions.py b/versions.py index 03b0006a..1d28d69a 100644 --- a/versions.py +++ b/versions.py @@ -323,6 +323,13 @@ '8.0', '8.1', ), + '8.2.7': ( + '7.2', + '7.3', + '7.4', + '8.0', + '8.1', + ), '8.2.x': ( '7.2', '7.3', @@ -420,6 +427,13 @@ '8.4', '8.5', ), + '9.1.4-5.0-classic': ( + '8.1', + '8.2', + '8.3', + '8.4', + '8.5', + ), '9.1.x': ( '8.1', '8.2',