diff --git a/images/8.2.6/7.2-apache/Dockerfile b/images/8.2.6/7.2-apache/Dockerfile new file mode 100644 index 00000000..923363e8 --- /dev/null +++ b/images/8.2.6/7.2-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.2-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.6/7.2-fpm/Dockerfile b/images/8.2.6/7.2-fpm/Dockerfile new file mode 100644 index 00000000..6904a17d --- /dev/null +++ b/images/8.2.6/7.2-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.2-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.6/7.3-apache/Dockerfile b/images/8.2.6/7.3-apache/Dockerfile new file mode 100644 index 00000000..7c2667d5 --- /dev/null +++ b/images/8.2.6/7.3-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.3-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.6/7.3-fpm/Dockerfile b/images/8.2.6/7.3-fpm/Dockerfile new file mode 100644 index 00000000..01f3b6d2 --- /dev/null +++ b/images/8.2.6/7.3-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.3-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.6/7.4-apache/Dockerfile b/images/8.2.6/7.4-apache/Dockerfile new file mode 100644 index 00000000..fda6f41c --- /dev/null +++ b/images/8.2.6/7.4-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.4-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.6/7.4-fpm/Dockerfile b/images/8.2.6/7.4-fpm/Dockerfile new file mode 100644 index 00000000..b988c86b --- /dev/null +++ b/images/8.2.6/7.4-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:7.4-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.6/8.0-apache/Dockerfile b/images/8.2.6/8.0-apache/Dockerfile new file mode 100644 index 00000000..44631012 --- /dev/null +++ b/images/8.2.6/8.0-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.0-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.6/8.0-fpm/Dockerfile b/images/8.2.6/8.0-fpm/Dockerfile new file mode 100644 index 00000000..3ab34ae2 --- /dev/null +++ b/images/8.2.6/8.0-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.0-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.6/8.1-apache/Dockerfile b/images/8.2.6/8.1-apache/Dockerfile new file mode 100644 index 00000000..6e39ffbb --- /dev/null +++ b/images/8.2.6/8.1-apache/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.1-apache +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.6/8.1-fpm/Dockerfile b/images/8.2.6/8.1-fpm/Dockerfile new file mode 100644 index 00000000..be6e59b2 --- /dev/null +++ b/images/8.2.6/8.1-fpm/Dockerfile @@ -0,0 +1,13 @@ +FROM prestashop/base:8.1-fpm +LABEL maintainer="PrestaShop Core Team " + +ENV PS_VERSION=8.2.6 + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop/8.2.6/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.1-4.0-classic/8.1-apache/Dockerfile b/images/9.1.1-4.0-classic/8.1-apache/Dockerfile new file mode 100644 index 00000000..0bc21422 --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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.1-4.0-classic/8.1-fpm/Dockerfile b/images/9.1.1-4.0-classic/8.1-fpm/Dockerfile new file mode 100644 index 00000000..47603eec --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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.1-4.0-classic/8.2-apache/Dockerfile b/images/9.1.1-4.0-classic/8.2-apache/Dockerfile new file mode 100644 index 00000000..e6fc650e --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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.1-4.0-classic/8.2-fpm/Dockerfile b/images/9.1.1-4.0-classic/8.2-fpm/Dockerfile new file mode 100644 index 00000000..014952c9 --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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.1-4.0-classic/8.3-apache/Dockerfile b/images/9.1.1-4.0-classic/8.3-apache/Dockerfile new file mode 100644 index 00000000..9e209bfe --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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.1-4.0-classic/8.3-fpm/Dockerfile b/images/9.1.1-4.0-classic/8.3-fpm/Dockerfile new file mode 100644 index 00000000..779bd47e --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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.1-4.0-classic/8.4-apache/Dockerfile b/images/9.1.1-4.0-classic/8.4-apache/Dockerfile new file mode 100644 index 00000000..d060b701 --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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.1-4.0-classic/8.4-fpm/Dockerfile b/images/9.1.1-4.0-classic/8.4-fpm/Dockerfile new file mode 100644 index 00000000..433d4307 --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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.1-4.0-classic/8.5-apache/Dockerfile b/images/9.1.1-4.0-classic/8.5-apache/Dockerfile new file mode 100644 index 00000000..2756f3c9 --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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.1-4.0-classic/8.5-fpm/Dockerfile b/images/9.1.1-4.0-classic/8.5-fpm/Dockerfile new file mode 100644 index 00000000..5faf4612 --- /dev/null +++ b/images/9.1.1-4.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.1-4.0-classic + +# Get PrestaShop +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.1.1-4.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 47b9aa6c..3ca27b9f 100644 --- a/versions.py +++ b/versions.py @@ -316,6 +316,13 @@ '8.0', '8.1', ), + '8.2.6': ( + '7.2', + '7.3', + '7.4', + '8.0', + '8.1', + ), '8.2.x': ( '7.2', '7.3', @@ -392,6 +399,13 @@ '8.4', '8.5', ), + '9.1.1-4.0-classic': ( + '8.1', + '8.2', + '8.3', + '8.4', + '8.5', + ), '9.1.x': ( '8.1', '8.2',