diff --git a/images/1.7.7.0/7.1-apache/Dockerfile b/images/1.7.7.0/7.1-apache/Dockerfile index 56c8e58d..3fbdf11e 100644 --- a/images/1.7.7.0/7.1-apache/Dockerfile +++ b/images/1.7.7.0/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.0 +ENV PS_VERSION=1.7.7.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.0/7.1-fpm/Dockerfile b/images/1.7.7.0/7.1-fpm/Dockerfile index 5be53882..6cd0e019 100644 --- a/images/1.7.7.0/7.1-fpm/Dockerfile +++ b/images/1.7.7.0/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.0 +ENV PS_VERSION=1.7.7.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.0/7.2-apache/Dockerfile b/images/1.7.7.0/7.2-apache/Dockerfile index c902af58..0d2b8279 100644 --- a/images/1.7.7.0/7.2-apache/Dockerfile +++ b/images/1.7.7.0/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.0 +ENV PS_VERSION=1.7.7.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.0/7.2-fpm/Dockerfile b/images/1.7.7.0/7.2-fpm/Dockerfile index 5c69dfbb..1a957afb 100644 --- a/images/1.7.7.0/7.2-fpm/Dockerfile +++ b/images/1.7.7.0/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.0 +ENV PS_VERSION=1.7.7.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.0/7.3-apache/Dockerfile b/images/1.7.7.0/7.3-apache/Dockerfile index aaec84fe..fc357dd6 100644 --- a/images/1.7.7.0/7.3-apache/Dockerfile +++ b/images/1.7.7.0/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.0 +ENV PS_VERSION=1.7.7.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.0/7.3-fpm/Dockerfile b/images/1.7.7.0/7.3-fpm/Dockerfile index 12cb5e98..7f6ad63b 100644 --- a/images/1.7.7.0/7.3-fpm/Dockerfile +++ b/images/1.7.7.0/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.0 +ENV PS_VERSION=1.7.7.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.1/7.1-apache/Dockerfile b/images/1.7.7.1/7.1-apache/Dockerfile index 27d6889e..f5b5b679 100644 --- a/images/1.7.7.1/7.1-apache/Dockerfile +++ b/images/1.7.7.1/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.1 +ENV PS_VERSION=1.7.7.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.1/7.1-fpm/Dockerfile b/images/1.7.7.1/7.1-fpm/Dockerfile index 9edc97aa..9670dab5 100644 --- a/images/1.7.7.1/7.1-fpm/Dockerfile +++ b/images/1.7.7.1/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.1 +ENV PS_VERSION=1.7.7.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.1/7.2-apache/Dockerfile b/images/1.7.7.1/7.2-apache/Dockerfile index ce4a7332..f38608f2 100644 --- a/images/1.7.7.1/7.2-apache/Dockerfile +++ b/images/1.7.7.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.1 +ENV PS_VERSION=1.7.7.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.1/7.2-fpm/Dockerfile b/images/1.7.7.1/7.2-fpm/Dockerfile index b2d5c430..7c61a22a 100644 --- a/images/1.7.7.1/7.2-fpm/Dockerfile +++ b/images/1.7.7.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.1 +ENV PS_VERSION=1.7.7.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.1/7.3-apache/Dockerfile b/images/1.7.7.1/7.3-apache/Dockerfile index 608d0c87..29e94b0d 100644 --- a/images/1.7.7.1/7.3-apache/Dockerfile +++ b/images/1.7.7.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.1 +ENV PS_VERSION=1.7.7.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.1/7.3-fpm/Dockerfile b/images/1.7.7.1/7.3-fpm/Dockerfile index f2ca1ad5..092a977e 100644 --- a/images/1.7.7.1/7.3-fpm/Dockerfile +++ b/images/1.7.7.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.1 +ENV PS_VERSION=1.7.7.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.2/7.1-apache/Dockerfile b/images/1.7.7.2/7.1-apache/Dockerfile index b4cd8724..64e8a672 100644 --- a/images/1.7.7.2/7.1-apache/Dockerfile +++ b/images/1.7.7.2/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.2 +ENV PS_VERSION=1.7.7.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.2/7.1-fpm/Dockerfile b/images/1.7.7.2/7.1-fpm/Dockerfile index be77d963..ca8e4fa4 100644 --- a/images/1.7.7.2/7.1-fpm/Dockerfile +++ b/images/1.7.7.2/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.2 +ENV PS_VERSION=1.7.7.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.2/7.2-apache/Dockerfile b/images/1.7.7.2/7.2-apache/Dockerfile index d08f2aa0..5f1b231f 100644 --- a/images/1.7.7.2/7.2-apache/Dockerfile +++ b/images/1.7.7.2/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.2 +ENV PS_VERSION=1.7.7.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.2/7.2-fpm/Dockerfile b/images/1.7.7.2/7.2-fpm/Dockerfile index 654ccdde..0042a5db 100644 --- a/images/1.7.7.2/7.2-fpm/Dockerfile +++ b/images/1.7.7.2/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.2 +ENV PS_VERSION=1.7.7.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.2/7.3-apache/Dockerfile b/images/1.7.7.2/7.3-apache/Dockerfile index 89b92264..48b4493f 100644 --- a/images/1.7.7.2/7.3-apache/Dockerfile +++ b/images/1.7.7.2/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.2 +ENV PS_VERSION=1.7.7.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.2/7.3-fpm/Dockerfile b/images/1.7.7.2/7.3-fpm/Dockerfile index e2eb7e63..76e42769 100644 --- a/images/1.7.7.2/7.3-fpm/Dockerfile +++ b/images/1.7.7.2/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.2 +ENV PS_VERSION=1.7.7.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.3/7.1-apache/Dockerfile b/images/1.7.7.3/7.1-apache/Dockerfile index bc17a92d..d6f1db22 100644 --- a/images/1.7.7.3/7.1-apache/Dockerfile +++ b/images/1.7.7.3/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.3 +ENV PS_VERSION=1.7.7.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.3/7.1-fpm/Dockerfile b/images/1.7.7.3/7.1-fpm/Dockerfile index c3b0b9ba..a5911055 100644 --- a/images/1.7.7.3/7.1-fpm/Dockerfile +++ b/images/1.7.7.3/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.3 +ENV PS_VERSION=1.7.7.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.3/7.2-apache/Dockerfile b/images/1.7.7.3/7.2-apache/Dockerfile index 45ecf9f0..f5cfac6d 100644 --- a/images/1.7.7.3/7.2-apache/Dockerfile +++ b/images/1.7.7.3/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.3 +ENV PS_VERSION=1.7.7.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.3/7.2-fpm/Dockerfile b/images/1.7.7.3/7.2-fpm/Dockerfile index 4e4592a7..31052c80 100644 --- a/images/1.7.7.3/7.2-fpm/Dockerfile +++ b/images/1.7.7.3/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.3 +ENV PS_VERSION=1.7.7.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.3/7.3-apache/Dockerfile b/images/1.7.7.3/7.3-apache/Dockerfile index 0723492d..a88205bc 100644 --- a/images/1.7.7.3/7.3-apache/Dockerfile +++ b/images/1.7.7.3/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.3 +ENV PS_VERSION=1.7.7.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.3/7.3-fpm/Dockerfile b/images/1.7.7.3/7.3-fpm/Dockerfile index 2b1424cc..0eada36c 100644 --- a/images/1.7.7.3/7.3-fpm/Dockerfile +++ b/images/1.7.7.3/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.3 +ENV PS_VERSION=1.7.7.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.4/7.1-apache/Dockerfile b/images/1.7.7.4/7.1-apache/Dockerfile index 0d1d364a..a90b37be 100644 --- a/images/1.7.7.4/7.1-apache/Dockerfile +++ b/images/1.7.7.4/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.4 +ENV PS_VERSION=1.7.7.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.4/7.1-fpm/Dockerfile b/images/1.7.7.4/7.1-fpm/Dockerfile index eb01c082..01c5bd47 100644 --- a/images/1.7.7.4/7.1-fpm/Dockerfile +++ b/images/1.7.7.4/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.4 +ENV PS_VERSION=1.7.7.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.4/7.2-apache/Dockerfile b/images/1.7.7.4/7.2-apache/Dockerfile index 0c27831a..f5c97d31 100644 --- a/images/1.7.7.4/7.2-apache/Dockerfile +++ b/images/1.7.7.4/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.4 +ENV PS_VERSION=1.7.7.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.4/7.2-fpm/Dockerfile b/images/1.7.7.4/7.2-fpm/Dockerfile index aa9b2b20..0cb53676 100644 --- a/images/1.7.7.4/7.2-fpm/Dockerfile +++ b/images/1.7.7.4/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.4 +ENV PS_VERSION=1.7.7.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.4/7.3-apache/Dockerfile b/images/1.7.7.4/7.3-apache/Dockerfile index 1f386dfd..6e0ecbac 100644 --- a/images/1.7.7.4/7.3-apache/Dockerfile +++ b/images/1.7.7.4/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.4 +ENV PS_VERSION=1.7.7.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.4/7.3-fpm/Dockerfile b/images/1.7.7.4/7.3-fpm/Dockerfile index 560fa32a..b14034eb 100644 --- a/images/1.7.7.4/7.3-fpm/Dockerfile +++ b/images/1.7.7.4/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.4 +ENV PS_VERSION=1.7.7.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.5/7.1-apache/Dockerfile b/images/1.7.7.5/7.1-apache/Dockerfile index be3614d3..89bca7d8 100644 --- a/images/1.7.7.5/7.1-apache/Dockerfile +++ b/images/1.7.7.5/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.5 +ENV PS_VERSION=1.7.7.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.5/7.1-fpm/Dockerfile b/images/1.7.7.5/7.1-fpm/Dockerfile index 7398ebb5..681cde3e 100644 --- a/images/1.7.7.5/7.1-fpm/Dockerfile +++ b/images/1.7.7.5/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.5 +ENV PS_VERSION=1.7.7.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.5/7.2-apache/Dockerfile b/images/1.7.7.5/7.2-apache/Dockerfile index aaf193a3..30c15454 100644 --- a/images/1.7.7.5/7.2-apache/Dockerfile +++ b/images/1.7.7.5/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.5 +ENV PS_VERSION=1.7.7.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.5/7.2-fpm/Dockerfile b/images/1.7.7.5/7.2-fpm/Dockerfile index de26b8de..3def229f 100644 --- a/images/1.7.7.5/7.2-fpm/Dockerfile +++ b/images/1.7.7.5/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.5 +ENV PS_VERSION=1.7.7.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.5/7.3-apache/Dockerfile b/images/1.7.7.5/7.3-apache/Dockerfile index 74959859..89aea3aa 100644 --- a/images/1.7.7.5/7.3-apache/Dockerfile +++ b/images/1.7.7.5/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.5 +ENV PS_VERSION=1.7.7.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.5/7.3-fpm/Dockerfile b/images/1.7.7.5/7.3-fpm/Dockerfile index e7dd9c5b..c7d6e100 100644 --- a/images/1.7.7.5/7.3-fpm/Dockerfile +++ b/images/1.7.7.5/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.5 +ENV PS_VERSION=1.7.7.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.6/7.1-apache/Dockerfile b/images/1.7.7.6/7.1-apache/Dockerfile index 2db8524f..7d6b7471 100644 --- a/images/1.7.7.6/7.1-apache/Dockerfile +++ b/images/1.7.7.6/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.6 +ENV PS_VERSION=1.7.7.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.6/7.1-fpm/Dockerfile b/images/1.7.7.6/7.1-fpm/Dockerfile index 005754cc..124887d2 100644 --- a/images/1.7.7.6/7.1-fpm/Dockerfile +++ b/images/1.7.7.6/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.6 +ENV PS_VERSION=1.7.7.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.6/7.2-apache/Dockerfile b/images/1.7.7.6/7.2-apache/Dockerfile index 88ac215c..8243dd74 100644 --- a/images/1.7.7.6/7.2-apache/Dockerfile +++ b/images/1.7.7.6/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.6 +ENV PS_VERSION=1.7.7.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.6/7.2-fpm/Dockerfile b/images/1.7.7.6/7.2-fpm/Dockerfile index 222e7b62..9bcee7c4 100644 --- a/images/1.7.7.6/7.2-fpm/Dockerfile +++ b/images/1.7.7.6/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.6 +ENV PS_VERSION=1.7.7.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.6/7.3-apache/Dockerfile b/images/1.7.7.6/7.3-apache/Dockerfile index 0c08e4a4..1d78fd58 100644 --- a/images/1.7.7.6/7.3-apache/Dockerfile +++ b/images/1.7.7.6/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.6 +ENV PS_VERSION=1.7.7.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.6/7.3-fpm/Dockerfile b/images/1.7.7.6/7.3-fpm/Dockerfile index ca426083..741a2909 100644 --- a/images/1.7.7.6/7.3-fpm/Dockerfile +++ b/images/1.7.7.6/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.6 +ENV PS_VERSION=1.7.7.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.7/7.1-apache/Dockerfile b/images/1.7.7.7/7.1-apache/Dockerfile index 1b523e87..27ab87f0 100644 --- a/images/1.7.7.7/7.1-apache/Dockerfile +++ b/images/1.7.7.7/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.7 +ENV PS_VERSION=1.7.7.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.7/7.1-fpm/Dockerfile b/images/1.7.7.7/7.1-fpm/Dockerfile index 1153f9e2..13c30e9d 100644 --- a/images/1.7.7.7/7.1-fpm/Dockerfile +++ b/images/1.7.7.7/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.7 +ENV PS_VERSION=1.7.7.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.7/7.2-apache/Dockerfile b/images/1.7.7.7/7.2-apache/Dockerfile index e2dbca94..46fd30d4 100644 --- a/images/1.7.7.7/7.2-apache/Dockerfile +++ b/images/1.7.7.7/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.7 +ENV PS_VERSION=1.7.7.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.7/7.2-fpm/Dockerfile b/images/1.7.7.7/7.2-fpm/Dockerfile index 39534eef..d12f467a 100644 --- a/images/1.7.7.7/7.2-fpm/Dockerfile +++ b/images/1.7.7.7/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.7 +ENV PS_VERSION=1.7.7.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.7/7.3-apache/Dockerfile b/images/1.7.7.7/7.3-apache/Dockerfile index cfd74754..0aff1c17 100644 --- a/images/1.7.7.7/7.3-apache/Dockerfile +++ b/images/1.7.7.7/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.7 +ENV PS_VERSION=1.7.7.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.7/7.3-fpm/Dockerfile b/images/1.7.7.7/7.3-fpm/Dockerfile index 69165f2a..eb24bd31 100644 --- a/images/1.7.7.7/7.3-fpm/Dockerfile +++ b/images/1.7.7.7/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.7 +ENV PS_VERSION=1.7.7.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.8/7.1-apache/Dockerfile b/images/1.7.7.8/7.1-apache/Dockerfile index 885a82a9..88048673 100644 --- a/images/1.7.7.8/7.1-apache/Dockerfile +++ b/images/1.7.7.8/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.8 +ENV PS_VERSION=1.7.7.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.8/7.1-fpm/Dockerfile b/images/1.7.7.8/7.1-fpm/Dockerfile index 06dbae10..01701c6d 100644 --- a/images/1.7.7.8/7.1-fpm/Dockerfile +++ b/images/1.7.7.8/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.8 +ENV PS_VERSION=1.7.7.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.8/7.2-apache/Dockerfile b/images/1.7.7.8/7.2-apache/Dockerfile index 5e993fce..636fab39 100644 --- a/images/1.7.7.8/7.2-apache/Dockerfile +++ b/images/1.7.7.8/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.8 +ENV PS_VERSION=1.7.7.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.8/7.2-fpm/Dockerfile b/images/1.7.7.8/7.2-fpm/Dockerfile index 1bff1679..604c1036 100644 --- a/images/1.7.7.8/7.2-fpm/Dockerfile +++ b/images/1.7.7.8/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.8 +ENV PS_VERSION=1.7.7.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.8/7.3-apache/Dockerfile b/images/1.7.7.8/7.3-apache/Dockerfile index d2da68d1..cb5ce138 100644 --- a/images/1.7.7.8/7.3-apache/Dockerfile +++ b/images/1.7.7.8/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.8 +ENV PS_VERSION=1.7.7.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.7.8/7.3-fpm/Dockerfile b/images/1.7.7.8/7.3-fpm/Dockerfile index ed506970..b314196c 100644 --- a/images/1.7.7.8/7.3-fpm/Dockerfile +++ b/images/1.7.7.8/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.7.8 +ENV PS_VERSION=1.7.7.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.7.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.7.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-beta.1/7.1-apache/Dockerfile b/images/1.7.8.0-beta.1/7.1-apache/Dockerfile index 2d976697..ba90f75f 100644 --- a/images/1.7.8.0-beta.1/7.1-apache/Dockerfile +++ b/images/1.7.8.0-beta.1/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-beta.1 +ENV PS_VERSION=1.7.8.0-beta.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-beta.1/7.1-fpm/Dockerfile b/images/1.7.8.0-beta.1/7.1-fpm/Dockerfile index 9881c9ad..bf28db5c 100644 --- a/images/1.7.8.0-beta.1/7.1-fpm/Dockerfile +++ b/images/1.7.8.0-beta.1/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-beta.1 +ENV PS_VERSION=1.7.8.0-beta.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-beta.1/7.2-apache/Dockerfile b/images/1.7.8.0-beta.1/7.2-apache/Dockerfile index 16a1308f..dd0fb7c7 100644 --- a/images/1.7.8.0-beta.1/7.2-apache/Dockerfile +++ b/images/1.7.8.0-beta.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-beta.1 +ENV PS_VERSION=1.7.8.0-beta.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-beta.1/7.2-fpm/Dockerfile b/images/1.7.8.0-beta.1/7.2-fpm/Dockerfile index ded40f8f..01c5a4d2 100644 --- a/images/1.7.8.0-beta.1/7.2-fpm/Dockerfile +++ b/images/1.7.8.0-beta.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-beta.1 +ENV PS_VERSION=1.7.8.0-beta.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-beta.1/7.3-apache/Dockerfile b/images/1.7.8.0-beta.1/7.3-apache/Dockerfile index 859404de..7f54548f 100644 --- a/images/1.7.8.0-beta.1/7.3-apache/Dockerfile +++ b/images/1.7.8.0-beta.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-beta.1 +ENV PS_VERSION=1.7.8.0-beta.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-beta.1/7.3-fpm/Dockerfile b/images/1.7.8.0-beta.1/7.3-fpm/Dockerfile index 39b3bd9c..14620860 100644 --- a/images/1.7.8.0-beta.1/7.3-fpm/Dockerfile +++ b/images/1.7.8.0-beta.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-beta.1 +ENV PS_VERSION=1.7.8.0-beta.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-beta.1/7.4-apache/Dockerfile b/images/1.7.8.0-beta.1/7.4-apache/Dockerfile index 3b0ef603..5e830d78 100644 --- a/images/1.7.8.0-beta.1/7.4-apache/Dockerfile +++ b/images/1.7.8.0-beta.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-beta.1 +ENV PS_VERSION=1.7.8.0-beta.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-beta.1/7.4-fpm/Dockerfile b/images/1.7.8.0-beta.1/7.4-fpm/Dockerfile index 2a692127..788752da 100644 --- a/images/1.7.8.0-beta.1/7.4-fpm/Dockerfile +++ b/images/1.7.8.0-beta.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-beta.1 +ENV PS_VERSION=1.7.8.0-beta.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-rc.1/7.1-apache/Dockerfile b/images/1.7.8.0-rc.1/7.1-apache/Dockerfile index e16a82b2..1e17e429 100644 --- a/images/1.7.8.0-rc.1/7.1-apache/Dockerfile +++ b/images/1.7.8.0-rc.1/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-rc.1 +ENV PS_VERSION=1.7.8.0-rc.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-rc.1/7.1-fpm/Dockerfile b/images/1.7.8.0-rc.1/7.1-fpm/Dockerfile index 410255de..b50468be 100644 --- a/images/1.7.8.0-rc.1/7.1-fpm/Dockerfile +++ b/images/1.7.8.0-rc.1/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-rc.1 +ENV PS_VERSION=1.7.8.0-rc.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-rc.1/7.2-apache/Dockerfile b/images/1.7.8.0-rc.1/7.2-apache/Dockerfile index 97fe9cf1..2d51524c 100644 --- a/images/1.7.8.0-rc.1/7.2-apache/Dockerfile +++ b/images/1.7.8.0-rc.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-rc.1 +ENV PS_VERSION=1.7.8.0-rc.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-rc.1/7.2-fpm/Dockerfile b/images/1.7.8.0-rc.1/7.2-fpm/Dockerfile index b7fb4c23..fbaaa112 100644 --- a/images/1.7.8.0-rc.1/7.2-fpm/Dockerfile +++ b/images/1.7.8.0-rc.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-rc.1 +ENV PS_VERSION=1.7.8.0-rc.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-rc.1/7.3-apache/Dockerfile b/images/1.7.8.0-rc.1/7.3-apache/Dockerfile index 7ae15526..da606f23 100644 --- a/images/1.7.8.0-rc.1/7.3-apache/Dockerfile +++ b/images/1.7.8.0-rc.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-rc.1 +ENV PS_VERSION=1.7.8.0-rc.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-rc.1/7.3-fpm/Dockerfile b/images/1.7.8.0-rc.1/7.3-fpm/Dockerfile index 6c196d98..2f987be7 100644 --- a/images/1.7.8.0-rc.1/7.3-fpm/Dockerfile +++ b/images/1.7.8.0-rc.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-rc.1 +ENV PS_VERSION=1.7.8.0-rc.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-rc.1/7.4-apache/Dockerfile b/images/1.7.8.0-rc.1/7.4-apache/Dockerfile index bbd8fe40..c7902f3c 100644 --- a/images/1.7.8.0-rc.1/7.4-apache/Dockerfile +++ b/images/1.7.8.0-rc.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-rc.1 +ENV PS_VERSION=1.7.8.0-rc.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0-rc.1/7.4-fpm/Dockerfile b/images/1.7.8.0-rc.1/7.4-fpm/Dockerfile index e73aab8f..be8ded66 100644 --- a/images/1.7.8.0-rc.1/7.4-fpm/Dockerfile +++ b/images/1.7.8.0-rc.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0-rc.1 +ENV PS_VERSION=1.7.8.0-rc.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0/7.1-apache/Dockerfile b/images/1.7.8.0/7.1-apache/Dockerfile index bbdf33c0..a134319d 100644 --- a/images/1.7.8.0/7.1-apache/Dockerfile +++ b/images/1.7.8.0/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0 +ENV PS_VERSION=1.7.8.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0/7.1-fpm/Dockerfile b/images/1.7.8.0/7.1-fpm/Dockerfile index 9bdadeaf..72c3837a 100644 --- a/images/1.7.8.0/7.1-fpm/Dockerfile +++ b/images/1.7.8.0/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0 +ENV PS_VERSION=1.7.8.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0/7.2-apache/Dockerfile b/images/1.7.8.0/7.2-apache/Dockerfile index 48490620..90b50856 100644 --- a/images/1.7.8.0/7.2-apache/Dockerfile +++ b/images/1.7.8.0/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0 +ENV PS_VERSION=1.7.8.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0/7.2-fpm/Dockerfile b/images/1.7.8.0/7.2-fpm/Dockerfile index 1e7faeea..06670594 100644 --- a/images/1.7.8.0/7.2-fpm/Dockerfile +++ b/images/1.7.8.0/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0 +ENV PS_VERSION=1.7.8.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0/7.3-apache/Dockerfile b/images/1.7.8.0/7.3-apache/Dockerfile index dd1f97bb..89c592f8 100644 --- a/images/1.7.8.0/7.3-apache/Dockerfile +++ b/images/1.7.8.0/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0 +ENV PS_VERSION=1.7.8.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0/7.3-fpm/Dockerfile b/images/1.7.8.0/7.3-fpm/Dockerfile index 0fbd64a5..7c379dcf 100644 --- a/images/1.7.8.0/7.3-fpm/Dockerfile +++ b/images/1.7.8.0/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0 +ENV PS_VERSION=1.7.8.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0/7.4-apache/Dockerfile b/images/1.7.8.0/7.4-apache/Dockerfile index 678120de..0fa71d95 100644 --- a/images/1.7.8.0/7.4-apache/Dockerfile +++ b/images/1.7.8.0/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0 +ENV PS_VERSION=1.7.8.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.0/7.4-fpm/Dockerfile b/images/1.7.8.0/7.4-fpm/Dockerfile index 1f5eb585..dd5b4a7c 100644 --- a/images/1.7.8.0/7.4-fpm/Dockerfile +++ b/images/1.7.8.0/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.0 +ENV PS_VERSION=1.7.8.0 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.1/7.1-apache/Dockerfile b/images/1.7.8.1/7.1-apache/Dockerfile index fd748f26..9fcc290d 100644 --- a/images/1.7.8.1/7.1-apache/Dockerfile +++ b/images/1.7.8.1/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.1 +ENV PS_VERSION=1.7.8.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.1/7.1-fpm/Dockerfile b/images/1.7.8.1/7.1-fpm/Dockerfile index 2e05d469..cef426ca 100644 --- a/images/1.7.8.1/7.1-fpm/Dockerfile +++ b/images/1.7.8.1/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.1 +ENV PS_VERSION=1.7.8.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.1/7.2-apache/Dockerfile b/images/1.7.8.1/7.2-apache/Dockerfile index 69c7ac19..c4c2efb1 100644 --- a/images/1.7.8.1/7.2-apache/Dockerfile +++ b/images/1.7.8.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.1 +ENV PS_VERSION=1.7.8.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.1/7.2-fpm/Dockerfile b/images/1.7.8.1/7.2-fpm/Dockerfile index 168a62ff..74673643 100644 --- a/images/1.7.8.1/7.2-fpm/Dockerfile +++ b/images/1.7.8.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.1 +ENV PS_VERSION=1.7.8.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.1/7.3-apache/Dockerfile b/images/1.7.8.1/7.3-apache/Dockerfile index 686cc2c5..bde69065 100644 --- a/images/1.7.8.1/7.3-apache/Dockerfile +++ b/images/1.7.8.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.1 +ENV PS_VERSION=1.7.8.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.1/7.3-fpm/Dockerfile b/images/1.7.8.1/7.3-fpm/Dockerfile index 687b1b68..464704fe 100644 --- a/images/1.7.8.1/7.3-fpm/Dockerfile +++ b/images/1.7.8.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.1 +ENV PS_VERSION=1.7.8.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.1/7.4-apache/Dockerfile b/images/1.7.8.1/7.4-apache/Dockerfile index b0ee187b..13d03128 100644 --- a/images/1.7.8.1/7.4-apache/Dockerfile +++ b/images/1.7.8.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.1 +ENV PS_VERSION=1.7.8.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.1/7.4-fpm/Dockerfile b/images/1.7.8.1/7.4-fpm/Dockerfile index 09b60483..a38b33bc 100644 --- a/images/1.7.8.1/7.4-fpm/Dockerfile +++ b/images/1.7.8.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.1 +ENV PS_VERSION=1.7.8.1 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.10/7.1-apache/Dockerfile b/images/1.7.8.10/7.1-apache/Dockerfile index ac0cb824..c030a759 100644 --- a/images/1.7.8.10/7.1-apache/Dockerfile +++ b/images/1.7.8.10/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.10 +ENV PS_VERSION=1.7.8.10 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.10/prestashop_1.7.8.10.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.10/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.10/7.1-fpm/Dockerfile b/images/1.7.8.10/7.1-fpm/Dockerfile index f8f01d49..2598e633 100644 --- a/images/1.7.8.10/7.1-fpm/Dockerfile +++ b/images/1.7.8.10/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.10 +ENV PS_VERSION=1.7.8.10 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.10/prestashop_1.7.8.10.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.10/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.10/7.2-apache/Dockerfile b/images/1.7.8.10/7.2-apache/Dockerfile index de4b786b..a537d879 100644 --- a/images/1.7.8.10/7.2-apache/Dockerfile +++ b/images/1.7.8.10/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.10 +ENV PS_VERSION=1.7.8.10 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.10/prestashop_1.7.8.10.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.10/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.10/7.2-fpm/Dockerfile b/images/1.7.8.10/7.2-fpm/Dockerfile index 50596849..acafa1ef 100644 --- a/images/1.7.8.10/7.2-fpm/Dockerfile +++ b/images/1.7.8.10/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.10 +ENV PS_VERSION=1.7.8.10 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.10/prestashop_1.7.8.10.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.10/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.10/7.3-apache/Dockerfile b/images/1.7.8.10/7.3-apache/Dockerfile index ff3575a3..49e06af6 100644 --- a/images/1.7.8.10/7.3-apache/Dockerfile +++ b/images/1.7.8.10/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.10 +ENV PS_VERSION=1.7.8.10 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.10/prestashop_1.7.8.10.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.10/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.10/7.3-fpm/Dockerfile b/images/1.7.8.10/7.3-fpm/Dockerfile index 5ef2c5ac..cb2ab643 100644 --- a/images/1.7.8.10/7.3-fpm/Dockerfile +++ b/images/1.7.8.10/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.10 +ENV PS_VERSION=1.7.8.10 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.10/prestashop_1.7.8.10.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.10/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.10/7.4-apache/Dockerfile b/images/1.7.8.10/7.4-apache/Dockerfile index 980a4b6a..5b4d5e00 100644 --- a/images/1.7.8.10/7.4-apache/Dockerfile +++ b/images/1.7.8.10/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.10 +ENV PS_VERSION=1.7.8.10 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.10/prestashop_1.7.8.10.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.10/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.10/7.4-fpm/Dockerfile b/images/1.7.8.10/7.4-fpm/Dockerfile index b522963c..8798543a 100644 --- a/images/1.7.8.10/7.4-fpm/Dockerfile +++ b/images/1.7.8.10/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.10 +ENV PS_VERSION=1.7.8.10 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.10/prestashop_1.7.8.10.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.10/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.11/7.1-apache/Dockerfile b/images/1.7.8.11/7.1-apache/Dockerfile index 0aece245..d557197a 100644 --- a/images/1.7.8.11/7.1-apache/Dockerfile +++ b/images/1.7.8.11/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.11 +ENV PS_VERSION=1.7.8.11 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.11/prestashop_1.7.8.11.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.11/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.11/7.1-fpm/Dockerfile b/images/1.7.8.11/7.1-fpm/Dockerfile index 5ba05ec1..c3354a87 100644 --- a/images/1.7.8.11/7.1-fpm/Dockerfile +++ b/images/1.7.8.11/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.11 +ENV PS_VERSION=1.7.8.11 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.11/prestashop_1.7.8.11.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.11/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.11/7.2-apache/Dockerfile b/images/1.7.8.11/7.2-apache/Dockerfile index 77257fd8..8a81c649 100644 --- a/images/1.7.8.11/7.2-apache/Dockerfile +++ b/images/1.7.8.11/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.11 +ENV PS_VERSION=1.7.8.11 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.11/prestashop_1.7.8.11.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.11/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.11/7.2-fpm/Dockerfile b/images/1.7.8.11/7.2-fpm/Dockerfile index 03632cb5..6915544a 100644 --- a/images/1.7.8.11/7.2-fpm/Dockerfile +++ b/images/1.7.8.11/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.11 +ENV PS_VERSION=1.7.8.11 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.11/prestashop_1.7.8.11.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.11/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.11/7.3-apache/Dockerfile b/images/1.7.8.11/7.3-apache/Dockerfile index e3e3cb4a..6691263b 100644 --- a/images/1.7.8.11/7.3-apache/Dockerfile +++ b/images/1.7.8.11/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.11 +ENV PS_VERSION=1.7.8.11 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.11/prestashop_1.7.8.11.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.11/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.11/7.3-fpm/Dockerfile b/images/1.7.8.11/7.3-fpm/Dockerfile index 4789d09a..c8a5f348 100644 --- a/images/1.7.8.11/7.3-fpm/Dockerfile +++ b/images/1.7.8.11/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.11 +ENV PS_VERSION=1.7.8.11 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.11/prestashop_1.7.8.11.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.11/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.11/7.4-apache/Dockerfile b/images/1.7.8.11/7.4-apache/Dockerfile index 2ed35cc4..b4f85208 100644 --- a/images/1.7.8.11/7.4-apache/Dockerfile +++ b/images/1.7.8.11/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.11 +ENV PS_VERSION=1.7.8.11 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.11/prestashop_1.7.8.11.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.11/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.11/7.4-fpm/Dockerfile b/images/1.7.8.11/7.4-fpm/Dockerfile index d08e44b8..4515cc34 100644 --- a/images/1.7.8.11/7.4-fpm/Dockerfile +++ b/images/1.7.8.11/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.11 +ENV PS_VERSION=1.7.8.11 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.11/prestashop_1.7.8.11.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.11/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.2/7.1-apache/Dockerfile b/images/1.7.8.2/7.1-apache/Dockerfile index 5896b538..c502ff9b 100644 --- a/images/1.7.8.2/7.1-apache/Dockerfile +++ b/images/1.7.8.2/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.2 +ENV PS_VERSION=1.7.8.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.2/7.1-fpm/Dockerfile b/images/1.7.8.2/7.1-fpm/Dockerfile index 81568712..29d89165 100644 --- a/images/1.7.8.2/7.1-fpm/Dockerfile +++ b/images/1.7.8.2/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.2 +ENV PS_VERSION=1.7.8.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.2/7.2-apache/Dockerfile b/images/1.7.8.2/7.2-apache/Dockerfile index 8edc46da..f86302a1 100644 --- a/images/1.7.8.2/7.2-apache/Dockerfile +++ b/images/1.7.8.2/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.2 +ENV PS_VERSION=1.7.8.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.2/7.2-fpm/Dockerfile b/images/1.7.8.2/7.2-fpm/Dockerfile index 5b5d62de..0a4e3e38 100644 --- a/images/1.7.8.2/7.2-fpm/Dockerfile +++ b/images/1.7.8.2/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.2 +ENV PS_VERSION=1.7.8.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.2/7.3-apache/Dockerfile b/images/1.7.8.2/7.3-apache/Dockerfile index d0595115..5a079a3b 100644 --- a/images/1.7.8.2/7.3-apache/Dockerfile +++ b/images/1.7.8.2/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.2 +ENV PS_VERSION=1.7.8.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.2/7.3-fpm/Dockerfile b/images/1.7.8.2/7.3-fpm/Dockerfile index 901e6fc0..c4a8f9f1 100644 --- a/images/1.7.8.2/7.3-fpm/Dockerfile +++ b/images/1.7.8.2/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.2 +ENV PS_VERSION=1.7.8.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.2/7.4-apache/Dockerfile b/images/1.7.8.2/7.4-apache/Dockerfile index 310abebf..95a4af21 100644 --- a/images/1.7.8.2/7.4-apache/Dockerfile +++ b/images/1.7.8.2/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.2 +ENV PS_VERSION=1.7.8.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.2/7.4-fpm/Dockerfile b/images/1.7.8.2/7.4-fpm/Dockerfile index c0ca5a26..a468c4fa 100644 --- a/images/1.7.8.2/7.4-fpm/Dockerfile +++ b/images/1.7.8.2/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.2 +ENV PS_VERSION=1.7.8.2 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.3/7.1-apache/Dockerfile b/images/1.7.8.3/7.1-apache/Dockerfile index c09e5192..d9f89dd5 100644 --- a/images/1.7.8.3/7.1-apache/Dockerfile +++ b/images/1.7.8.3/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.3 +ENV PS_VERSION=1.7.8.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.3/7.1-fpm/Dockerfile b/images/1.7.8.3/7.1-fpm/Dockerfile index 7f3f5da5..eb58e38a 100644 --- a/images/1.7.8.3/7.1-fpm/Dockerfile +++ b/images/1.7.8.3/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.3 +ENV PS_VERSION=1.7.8.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.3/7.2-apache/Dockerfile b/images/1.7.8.3/7.2-apache/Dockerfile index 761661e4..fafd1a99 100644 --- a/images/1.7.8.3/7.2-apache/Dockerfile +++ b/images/1.7.8.3/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.3 +ENV PS_VERSION=1.7.8.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.3/7.2-fpm/Dockerfile b/images/1.7.8.3/7.2-fpm/Dockerfile index f3b379ce..f2d286d7 100644 --- a/images/1.7.8.3/7.2-fpm/Dockerfile +++ b/images/1.7.8.3/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.3 +ENV PS_VERSION=1.7.8.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.3/7.3-apache/Dockerfile b/images/1.7.8.3/7.3-apache/Dockerfile index fb646cf7..0277654f 100644 --- a/images/1.7.8.3/7.3-apache/Dockerfile +++ b/images/1.7.8.3/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.3 +ENV PS_VERSION=1.7.8.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.3/7.3-fpm/Dockerfile b/images/1.7.8.3/7.3-fpm/Dockerfile index 2b6dd0f7..e5d08fd2 100644 --- a/images/1.7.8.3/7.3-fpm/Dockerfile +++ b/images/1.7.8.3/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.3 +ENV PS_VERSION=1.7.8.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.3/7.4-apache/Dockerfile b/images/1.7.8.3/7.4-apache/Dockerfile index 8d13981f..918ec596 100644 --- a/images/1.7.8.3/7.4-apache/Dockerfile +++ b/images/1.7.8.3/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.3 +ENV PS_VERSION=1.7.8.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.3/7.4-fpm/Dockerfile b/images/1.7.8.3/7.4-fpm/Dockerfile index fd8b21fd..99b77a4a 100644 --- a/images/1.7.8.3/7.4-fpm/Dockerfile +++ b/images/1.7.8.3/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.3 +ENV PS_VERSION=1.7.8.3 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.4/7.1-apache/Dockerfile b/images/1.7.8.4/7.1-apache/Dockerfile index 4a4d3112..d7d59a5b 100644 --- a/images/1.7.8.4/7.1-apache/Dockerfile +++ b/images/1.7.8.4/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.4 +ENV PS_VERSION=1.7.8.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.4/7.1-fpm/Dockerfile b/images/1.7.8.4/7.1-fpm/Dockerfile index 486fd246..9bbf07d3 100644 --- a/images/1.7.8.4/7.1-fpm/Dockerfile +++ b/images/1.7.8.4/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.4 +ENV PS_VERSION=1.7.8.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.4/7.2-apache/Dockerfile b/images/1.7.8.4/7.2-apache/Dockerfile index e4eb822d..e1f5dbb9 100644 --- a/images/1.7.8.4/7.2-apache/Dockerfile +++ b/images/1.7.8.4/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.4 +ENV PS_VERSION=1.7.8.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.4/7.2-fpm/Dockerfile b/images/1.7.8.4/7.2-fpm/Dockerfile index 36d82806..05875f0f 100644 --- a/images/1.7.8.4/7.2-fpm/Dockerfile +++ b/images/1.7.8.4/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.4 +ENV PS_VERSION=1.7.8.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.4/7.3-apache/Dockerfile b/images/1.7.8.4/7.3-apache/Dockerfile index 3944c13b..cbfe4149 100644 --- a/images/1.7.8.4/7.3-apache/Dockerfile +++ b/images/1.7.8.4/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.4 +ENV PS_VERSION=1.7.8.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.4/7.3-fpm/Dockerfile b/images/1.7.8.4/7.3-fpm/Dockerfile index 2ed6281c..2cf6f326 100644 --- a/images/1.7.8.4/7.3-fpm/Dockerfile +++ b/images/1.7.8.4/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.4 +ENV PS_VERSION=1.7.8.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.4/7.4-apache/Dockerfile b/images/1.7.8.4/7.4-apache/Dockerfile index 84f4d831..b1b52a1c 100644 --- a/images/1.7.8.4/7.4-apache/Dockerfile +++ b/images/1.7.8.4/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.4 +ENV PS_VERSION=1.7.8.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.4/7.4-fpm/Dockerfile b/images/1.7.8.4/7.4-fpm/Dockerfile index 34f71e07..a9bc24eb 100644 --- a/images/1.7.8.4/7.4-fpm/Dockerfile +++ b/images/1.7.8.4/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.4 +ENV PS_VERSION=1.7.8.4 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.5/7.1-apache/Dockerfile b/images/1.7.8.5/7.1-apache/Dockerfile index babc286f..7c3978bd 100644 --- a/images/1.7.8.5/7.1-apache/Dockerfile +++ b/images/1.7.8.5/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.5 +ENV PS_VERSION=1.7.8.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.5/7.1-fpm/Dockerfile b/images/1.7.8.5/7.1-fpm/Dockerfile index 3770e848..f8e26c1b 100644 --- a/images/1.7.8.5/7.1-fpm/Dockerfile +++ b/images/1.7.8.5/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.5 +ENV PS_VERSION=1.7.8.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.5/7.2-apache/Dockerfile b/images/1.7.8.5/7.2-apache/Dockerfile index ba6c6846..c50cd86f 100644 --- a/images/1.7.8.5/7.2-apache/Dockerfile +++ b/images/1.7.8.5/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.5 +ENV PS_VERSION=1.7.8.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.5/7.2-fpm/Dockerfile b/images/1.7.8.5/7.2-fpm/Dockerfile index 8181a648..2bbef537 100644 --- a/images/1.7.8.5/7.2-fpm/Dockerfile +++ b/images/1.7.8.5/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.5 +ENV PS_VERSION=1.7.8.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.5/7.3-apache/Dockerfile b/images/1.7.8.5/7.3-apache/Dockerfile index 34f02fb8..e7063d62 100644 --- a/images/1.7.8.5/7.3-apache/Dockerfile +++ b/images/1.7.8.5/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.5 +ENV PS_VERSION=1.7.8.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.5/7.3-fpm/Dockerfile b/images/1.7.8.5/7.3-fpm/Dockerfile index 7cb7fed8..d1fbd9cb 100644 --- a/images/1.7.8.5/7.3-fpm/Dockerfile +++ b/images/1.7.8.5/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.5 +ENV PS_VERSION=1.7.8.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.5/7.4-apache/Dockerfile b/images/1.7.8.5/7.4-apache/Dockerfile index cde56b58..860f25db 100644 --- a/images/1.7.8.5/7.4-apache/Dockerfile +++ b/images/1.7.8.5/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.5 +ENV PS_VERSION=1.7.8.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.5/7.4-fpm/Dockerfile b/images/1.7.8.5/7.4-fpm/Dockerfile index 13e8e7f9..25aecae9 100644 --- a/images/1.7.8.5/7.4-fpm/Dockerfile +++ b/images/1.7.8.5/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.5 +ENV PS_VERSION=1.7.8.5 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.6/7.1-apache/Dockerfile b/images/1.7.8.6/7.1-apache/Dockerfile index 48003ea4..13d90c56 100644 --- a/images/1.7.8.6/7.1-apache/Dockerfile +++ b/images/1.7.8.6/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.6 +ENV PS_VERSION=1.7.8.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.6/7.1-fpm/Dockerfile b/images/1.7.8.6/7.1-fpm/Dockerfile index c20a1b7d..3440f81d 100644 --- a/images/1.7.8.6/7.1-fpm/Dockerfile +++ b/images/1.7.8.6/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.6 +ENV PS_VERSION=1.7.8.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.6/7.2-apache/Dockerfile b/images/1.7.8.6/7.2-apache/Dockerfile index 42dbea3e..daa89ca4 100644 --- a/images/1.7.8.6/7.2-apache/Dockerfile +++ b/images/1.7.8.6/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.6 +ENV PS_VERSION=1.7.8.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.6/7.2-fpm/Dockerfile b/images/1.7.8.6/7.2-fpm/Dockerfile index ee8b9fec..2241140f 100644 --- a/images/1.7.8.6/7.2-fpm/Dockerfile +++ b/images/1.7.8.6/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.6 +ENV PS_VERSION=1.7.8.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.6/7.3-apache/Dockerfile b/images/1.7.8.6/7.3-apache/Dockerfile index f96cf533..79cbfe36 100644 --- a/images/1.7.8.6/7.3-apache/Dockerfile +++ b/images/1.7.8.6/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.6 +ENV PS_VERSION=1.7.8.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.6/7.3-fpm/Dockerfile b/images/1.7.8.6/7.3-fpm/Dockerfile index 4eccacc4..26ba6215 100644 --- a/images/1.7.8.6/7.3-fpm/Dockerfile +++ b/images/1.7.8.6/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.6 +ENV PS_VERSION=1.7.8.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.6/7.4-apache/Dockerfile b/images/1.7.8.6/7.4-apache/Dockerfile index 0c1196ce..da1a4502 100644 --- a/images/1.7.8.6/7.4-apache/Dockerfile +++ b/images/1.7.8.6/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.6 +ENV PS_VERSION=1.7.8.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.6/7.4-fpm/Dockerfile b/images/1.7.8.6/7.4-fpm/Dockerfile index 74ff7b4a..bf7812fd 100644 --- a/images/1.7.8.6/7.4-fpm/Dockerfile +++ b/images/1.7.8.6/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.6 +ENV PS_VERSION=1.7.8.6 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.7/7.1-apache/Dockerfile b/images/1.7.8.7/7.1-apache/Dockerfile index 0a603fdf..0114cc07 100644 --- a/images/1.7.8.7/7.1-apache/Dockerfile +++ b/images/1.7.8.7/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.7 +ENV PS_VERSION=1.7.8.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.7/7.1-fpm/Dockerfile b/images/1.7.8.7/7.1-fpm/Dockerfile index e2a57f25..748f3637 100644 --- a/images/1.7.8.7/7.1-fpm/Dockerfile +++ b/images/1.7.8.7/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.7 +ENV PS_VERSION=1.7.8.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.7/7.2-apache/Dockerfile b/images/1.7.8.7/7.2-apache/Dockerfile index ff503c39..674b1f4a 100644 --- a/images/1.7.8.7/7.2-apache/Dockerfile +++ b/images/1.7.8.7/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.7 +ENV PS_VERSION=1.7.8.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.7/7.2-fpm/Dockerfile b/images/1.7.8.7/7.2-fpm/Dockerfile index 41d26eb7..8732755f 100644 --- a/images/1.7.8.7/7.2-fpm/Dockerfile +++ b/images/1.7.8.7/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.7 +ENV PS_VERSION=1.7.8.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.7/7.3-apache/Dockerfile b/images/1.7.8.7/7.3-apache/Dockerfile index 212f7667..367ac00b 100644 --- a/images/1.7.8.7/7.3-apache/Dockerfile +++ b/images/1.7.8.7/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.7 +ENV PS_VERSION=1.7.8.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.7/7.3-fpm/Dockerfile b/images/1.7.8.7/7.3-fpm/Dockerfile index e8341ab4..a37c1cc3 100644 --- a/images/1.7.8.7/7.3-fpm/Dockerfile +++ b/images/1.7.8.7/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.7 +ENV PS_VERSION=1.7.8.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.7/7.4-apache/Dockerfile b/images/1.7.8.7/7.4-apache/Dockerfile index 5d0f1fe0..eeedcb9d 100644 --- a/images/1.7.8.7/7.4-apache/Dockerfile +++ b/images/1.7.8.7/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.7 +ENV PS_VERSION=1.7.8.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.7/7.4-fpm/Dockerfile b/images/1.7.8.7/7.4-fpm/Dockerfile index a3ce9375..127cb742 100644 --- a/images/1.7.8.7/7.4-fpm/Dockerfile +++ b/images/1.7.8.7/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.7 +ENV PS_VERSION=1.7.8.7 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.8/7.1-apache/Dockerfile b/images/1.7.8.8/7.1-apache/Dockerfile index 88ab439b..0b8339ae 100644 --- a/images/1.7.8.8/7.1-apache/Dockerfile +++ b/images/1.7.8.8/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.8 +ENV PS_VERSION=1.7.8.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.8/7.1-fpm/Dockerfile b/images/1.7.8.8/7.1-fpm/Dockerfile index e9da1952..aaa53b92 100644 --- a/images/1.7.8.8/7.1-fpm/Dockerfile +++ b/images/1.7.8.8/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.8 +ENV PS_VERSION=1.7.8.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.8/7.2-apache/Dockerfile b/images/1.7.8.8/7.2-apache/Dockerfile index 4b7494b6..ff57fdd4 100644 --- a/images/1.7.8.8/7.2-apache/Dockerfile +++ b/images/1.7.8.8/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.8 +ENV PS_VERSION=1.7.8.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.8/7.2-fpm/Dockerfile b/images/1.7.8.8/7.2-fpm/Dockerfile index 44b1bcdf..6df4abc5 100644 --- a/images/1.7.8.8/7.2-fpm/Dockerfile +++ b/images/1.7.8.8/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.8 +ENV PS_VERSION=1.7.8.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.8/7.3-apache/Dockerfile b/images/1.7.8.8/7.3-apache/Dockerfile index 06a59367..bef56f67 100644 --- a/images/1.7.8.8/7.3-apache/Dockerfile +++ b/images/1.7.8.8/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.8 +ENV PS_VERSION=1.7.8.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.8/7.3-fpm/Dockerfile b/images/1.7.8.8/7.3-fpm/Dockerfile index cc7b433a..0c6ac347 100644 --- a/images/1.7.8.8/7.3-fpm/Dockerfile +++ b/images/1.7.8.8/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.8 +ENV PS_VERSION=1.7.8.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.8/7.4-apache/Dockerfile b/images/1.7.8.8/7.4-apache/Dockerfile index 3ba8047f..e5962736 100644 --- a/images/1.7.8.8/7.4-apache/Dockerfile +++ b/images/1.7.8.8/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.8 +ENV PS_VERSION=1.7.8.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.8/7.4-fpm/Dockerfile b/images/1.7.8.8/7.4-fpm/Dockerfile index c29548d6..35f3cbff 100644 --- a/images/1.7.8.8/7.4-fpm/Dockerfile +++ b/images/1.7.8.8/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.8 +ENV PS_VERSION=1.7.8.8 # Get PrestaShop -ADD https://www.prestashop.com/download/old/prestashop_1.7.8.8.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.8/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.9/7.1-apache/Dockerfile b/images/1.7.8.9/7.1-apache/Dockerfile index be402ecb..37a7b605 100644 --- a/images/1.7.8.9/7.1-apache/Dockerfile +++ b/images/1.7.8.9/7.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.9 +ENV PS_VERSION=1.7.8.9 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.9/prestashop_1.7.8.9.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.9/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.9/7.1-fpm/Dockerfile b/images/1.7.8.9/7.1-fpm/Dockerfile index ed36f06a..66b4bacf 100644 --- a/images/1.7.8.9/7.1-fpm/Dockerfile +++ b/images/1.7.8.9/7.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.9 +ENV PS_VERSION=1.7.8.9 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.9/prestashop_1.7.8.9.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.9/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.9/7.2-apache/Dockerfile b/images/1.7.8.9/7.2-apache/Dockerfile index 5a623d60..fa10f618 100644 --- a/images/1.7.8.9/7.2-apache/Dockerfile +++ b/images/1.7.8.9/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.9 +ENV PS_VERSION=1.7.8.9 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.9/prestashop_1.7.8.9.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.9/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.9/7.2-fpm/Dockerfile b/images/1.7.8.9/7.2-fpm/Dockerfile index 8a129638..adc645c7 100644 --- a/images/1.7.8.9/7.2-fpm/Dockerfile +++ b/images/1.7.8.9/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.9 +ENV PS_VERSION=1.7.8.9 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.9/prestashop_1.7.8.9.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.9/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.9/7.3-apache/Dockerfile b/images/1.7.8.9/7.3-apache/Dockerfile index 1b47e259..0fc3d918 100644 --- a/images/1.7.8.9/7.3-apache/Dockerfile +++ b/images/1.7.8.9/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.9 +ENV PS_VERSION=1.7.8.9 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.9/prestashop_1.7.8.9.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.9/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.9/7.3-fpm/Dockerfile b/images/1.7.8.9/7.3-fpm/Dockerfile index c3aa5e3e..10d4b9f7 100644 --- a/images/1.7.8.9/7.3-fpm/Dockerfile +++ b/images/1.7.8.9/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.9 +ENV PS_VERSION=1.7.8.9 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.9/prestashop_1.7.8.9.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.9/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.9/7.4-apache/Dockerfile b/images/1.7.8.9/7.4-apache/Dockerfile index 90c2f0bd..33e308ee 100644 --- a/images/1.7.8.9/7.4-apache/Dockerfile +++ b/images/1.7.8.9/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.9 +ENV PS_VERSION=1.7.8.9 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.9/prestashop_1.7.8.9.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.9/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.9/7.4-fpm/Dockerfile b/images/1.7.8.9/7.4-fpm/Dockerfile index 1e7ee99a..37d8b095 100644 --- a/images/1.7.8.9/7.4-fpm/Dockerfile +++ b/images/1.7.8.9/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.9 +ENV PS_VERSION=1.7.8.9 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/1.7.8.9/prestashop_1.7.8.9.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/1.7.8.9/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/1.7.8.x/7.1-apache/Dockerfile b/images/1.7.8.x/7.1-apache/Dockerfile index a3418dc0..bbc98cb8 100644 --- a/images/1.7.8.x/7.1-apache/Dockerfile +++ b/images/1.7.8.x/7.1-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.x +ENV PS_VERSION=1.7.8.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/1.7.8.x/7.1-fpm/Dockerfile b/images/1.7.8.x/7.1-fpm/Dockerfile index bc4bad38..41c9b150 100644 --- a/images/1.7.8.x/7.1-fpm/Dockerfile +++ b/images/1.7.8.x/7.1-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.x +ENV PS_VERSION=1.7.8.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/1.7.8.x/7.2-apache/Dockerfile b/images/1.7.8.x/7.2-apache/Dockerfile index d7a36e76..e127242b 100644 --- a/images/1.7.8.x/7.2-apache/Dockerfile +++ b/images/1.7.8.x/7.2-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.x +ENV PS_VERSION=1.7.8.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/1.7.8.x/7.2-fpm/Dockerfile b/images/1.7.8.x/7.2-fpm/Dockerfile index 73a5cc72..cad81a22 100644 --- a/images/1.7.8.x/7.2-fpm/Dockerfile +++ b/images/1.7.8.x/7.2-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.x +ENV PS_VERSION=1.7.8.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/1.7.8.x/7.3-apache/Dockerfile b/images/1.7.8.x/7.3-apache/Dockerfile index 4442c0d3..5559afe6 100644 --- a/images/1.7.8.x/7.3-apache/Dockerfile +++ b/images/1.7.8.x/7.3-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.x +ENV PS_VERSION=1.7.8.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/1.7.8.x/7.3-fpm/Dockerfile b/images/1.7.8.x/7.3-fpm/Dockerfile index 53f8e7f9..b9fcc565 100644 --- a/images/1.7.8.x/7.3-fpm/Dockerfile +++ b/images/1.7.8.x/7.3-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.x +ENV PS_VERSION=1.7.8.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/1.7.8.x/7.4-apache/Dockerfile b/images/1.7.8.x/7.4-apache/Dockerfile index bd9b222b..b1c563f1 100644 --- a/images/1.7.8.x/7.4-apache/Dockerfile +++ b/images/1.7.8.x/7.4-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.x +ENV PS_VERSION=1.7.8.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/1.7.8.x/7.4-fpm/Dockerfile b/images/1.7.8.x/7.4-fpm/Dockerfile index 0df83352..365f016a 100644 --- a/images/1.7.8.x/7.4-fpm/Dockerfile +++ b/images/1.7.8.x/7.4-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 1.7.8.x +ENV PS_VERSION=1.7.8.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.0-beta.1/7.2-apache/Dockerfile b/images/8.0.0-beta.1/7.2-apache/Dockerfile index c28d64b9..edce50b1 100644 --- a/images/8.0.0-beta.1/7.2-apache/Dockerfile +++ b/images/8.0.0-beta.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-beta.1/7.2-fpm/Dockerfile b/images/8.0.0-beta.1/7.2-fpm/Dockerfile index e13924f4..a83e8190 100644 --- a/images/8.0.0-beta.1/7.2-fpm/Dockerfile +++ b/images/8.0.0-beta.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-beta.1/7.3-apache/Dockerfile b/images/8.0.0-beta.1/7.3-apache/Dockerfile index 9a2c1152..5458c431 100644 --- a/images/8.0.0-beta.1/7.3-apache/Dockerfile +++ b/images/8.0.0-beta.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-beta.1/7.3-fpm/Dockerfile b/images/8.0.0-beta.1/7.3-fpm/Dockerfile index c3955388..9d33c12a 100644 --- a/images/8.0.0-beta.1/7.3-fpm/Dockerfile +++ b/images/8.0.0-beta.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-beta.1/7.4-apache/Dockerfile b/images/8.0.0-beta.1/7.4-apache/Dockerfile index 5ba529b8..8d86fb10 100644 --- a/images/8.0.0-beta.1/7.4-apache/Dockerfile +++ b/images/8.0.0-beta.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-beta.1/7.4-fpm/Dockerfile b/images/8.0.0-beta.1/7.4-fpm/Dockerfile index 33687011..8e4f5e2a 100644 --- a/images/8.0.0-beta.1/7.4-fpm/Dockerfile +++ b/images/8.0.0-beta.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-beta.1/8.0-apache/Dockerfile b/images/8.0.0-beta.1/8.0-apache/Dockerfile index afbec0b5..513fa3ab 100644 --- a/images/8.0.0-beta.1/8.0-apache/Dockerfile +++ b/images/8.0.0-beta.1/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-beta.1/8.0-fpm/Dockerfile b/images/8.0.0-beta.1/8.0-fpm/Dockerfile index 2cc5e0c7..8de6df1e 100644 --- a/images/8.0.0-beta.1/8.0-fpm/Dockerfile +++ b/images/8.0.0-beta.1/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-beta.1/8.1-apache/Dockerfile b/images/8.0.0-beta.1/8.1-apache/Dockerfile index 208fb932..31f499dd 100644 --- a/images/8.0.0-beta.1/8.1-apache/Dockerfile +++ b/images/8.0.0-beta.1/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-beta.1/8.1-fpm/Dockerfile b/images/8.0.0-beta.1/8.1-fpm/Dockerfile index c2a6db17..8fd1554c 100644 --- a/images/8.0.0-beta.1/8.1-fpm/Dockerfile +++ b/images/8.0.0-beta.1/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-beta.1 +ENV PS_VERSION=8.0.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-beta.1/prestashop_8.0.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/7.2-apache/Dockerfile b/images/8.0.0-rc.1/7.2-apache/Dockerfile index b6431f1b..d2395474 100644 --- a/images/8.0.0-rc.1/7.2-apache/Dockerfile +++ b/images/8.0.0-rc.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/7.2-fpm/Dockerfile b/images/8.0.0-rc.1/7.2-fpm/Dockerfile index 98050732..0e598f3c 100644 --- a/images/8.0.0-rc.1/7.2-fpm/Dockerfile +++ b/images/8.0.0-rc.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/7.3-apache/Dockerfile b/images/8.0.0-rc.1/7.3-apache/Dockerfile index c86889dd..699f701b 100644 --- a/images/8.0.0-rc.1/7.3-apache/Dockerfile +++ b/images/8.0.0-rc.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/7.3-fpm/Dockerfile b/images/8.0.0-rc.1/7.3-fpm/Dockerfile index 8818ee87..f23a0057 100644 --- a/images/8.0.0-rc.1/7.3-fpm/Dockerfile +++ b/images/8.0.0-rc.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/7.4-apache/Dockerfile b/images/8.0.0-rc.1/7.4-apache/Dockerfile index 3cdf8d5c..f4a602f1 100644 --- a/images/8.0.0-rc.1/7.4-apache/Dockerfile +++ b/images/8.0.0-rc.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/7.4-fpm/Dockerfile b/images/8.0.0-rc.1/7.4-fpm/Dockerfile index 53844736..e0d01590 100644 --- a/images/8.0.0-rc.1/7.4-fpm/Dockerfile +++ b/images/8.0.0-rc.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/8.0-apache/Dockerfile b/images/8.0.0-rc.1/8.0-apache/Dockerfile index 866a9fcd..497bbe55 100644 --- a/images/8.0.0-rc.1/8.0-apache/Dockerfile +++ b/images/8.0.0-rc.1/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/8.0-fpm/Dockerfile b/images/8.0.0-rc.1/8.0-fpm/Dockerfile index 3fa70f77..35496c40 100644 --- a/images/8.0.0-rc.1/8.0-fpm/Dockerfile +++ b/images/8.0.0-rc.1/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/8.1-apache/Dockerfile b/images/8.0.0-rc.1/8.1-apache/Dockerfile index 51c72a66..a4984053 100644 --- a/images/8.0.0-rc.1/8.1-apache/Dockerfile +++ b/images/8.0.0-rc.1/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0-rc.1/8.1-fpm/Dockerfile b/images/8.0.0-rc.1/8.1-fpm/Dockerfile index 8a071194..998efb90 100644 --- a/images/8.0.0-rc.1/8.1-fpm/Dockerfile +++ b/images/8.0.0-rc.1/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0-rc.1 +ENV PS_VERSION=8.0.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0-rc.1/prestashop_8.0.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/7.2-apache/Dockerfile b/images/8.0.0/7.2-apache/Dockerfile index e2bde898..436808cc 100644 --- a/images/8.0.0/7.2-apache/Dockerfile +++ b/images/8.0.0/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/7.2-fpm/Dockerfile b/images/8.0.0/7.2-fpm/Dockerfile index 0bf727ac..3ca8265b 100644 --- a/images/8.0.0/7.2-fpm/Dockerfile +++ b/images/8.0.0/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/7.3-apache/Dockerfile b/images/8.0.0/7.3-apache/Dockerfile index 5a1953f8..aacc1ea5 100644 --- a/images/8.0.0/7.3-apache/Dockerfile +++ b/images/8.0.0/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/7.3-fpm/Dockerfile b/images/8.0.0/7.3-fpm/Dockerfile index 50293023..528a5f30 100644 --- a/images/8.0.0/7.3-fpm/Dockerfile +++ b/images/8.0.0/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/7.4-apache/Dockerfile b/images/8.0.0/7.4-apache/Dockerfile index 25597626..a143a2b5 100644 --- a/images/8.0.0/7.4-apache/Dockerfile +++ b/images/8.0.0/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/7.4-fpm/Dockerfile b/images/8.0.0/7.4-fpm/Dockerfile index 7a63b691..208893c7 100644 --- a/images/8.0.0/7.4-fpm/Dockerfile +++ b/images/8.0.0/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/8.0-apache/Dockerfile b/images/8.0.0/8.0-apache/Dockerfile index e932efc5..ad4aec45 100644 --- a/images/8.0.0/8.0-apache/Dockerfile +++ b/images/8.0.0/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/8.0-fpm/Dockerfile b/images/8.0.0/8.0-fpm/Dockerfile index 70f278bb..40e853d3 100644 --- a/images/8.0.0/8.0-fpm/Dockerfile +++ b/images/8.0.0/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/8.1-apache/Dockerfile b/images/8.0.0/8.1-apache/Dockerfile index b968bcfb..c4cc07ed 100644 --- a/images/8.0.0/8.1-apache/Dockerfile +++ b/images/8.0.0/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.0/8.1-fpm/Dockerfile b/images/8.0.0/8.1-fpm/Dockerfile index eca5c8fd..615831d2 100644 --- a/images/8.0.0/8.1-fpm/Dockerfile +++ b/images/8.0.0/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.0 +ENV PS_VERSION=8.0.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/7.2-apache/Dockerfile b/images/8.0.1/7.2-apache/Dockerfile index ed40f593..1ed8650c 100644 --- a/images/8.0.1/7.2-apache/Dockerfile +++ b/images/8.0.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/7.2-fpm/Dockerfile b/images/8.0.1/7.2-fpm/Dockerfile index 046ad2a2..1100c0a0 100644 --- a/images/8.0.1/7.2-fpm/Dockerfile +++ b/images/8.0.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/7.3-apache/Dockerfile b/images/8.0.1/7.3-apache/Dockerfile index b4489460..9ff707e8 100644 --- a/images/8.0.1/7.3-apache/Dockerfile +++ b/images/8.0.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/7.3-fpm/Dockerfile b/images/8.0.1/7.3-fpm/Dockerfile index c9d3f3b9..412f6f6d 100644 --- a/images/8.0.1/7.3-fpm/Dockerfile +++ b/images/8.0.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/7.4-apache/Dockerfile b/images/8.0.1/7.4-apache/Dockerfile index 409c9ed4..f573b8e0 100644 --- a/images/8.0.1/7.4-apache/Dockerfile +++ b/images/8.0.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/7.4-fpm/Dockerfile b/images/8.0.1/7.4-fpm/Dockerfile index 55a5ff3f..a9783a5d 100644 --- a/images/8.0.1/7.4-fpm/Dockerfile +++ b/images/8.0.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/8.0-apache/Dockerfile b/images/8.0.1/8.0-apache/Dockerfile index 1f63db11..eb256786 100644 --- a/images/8.0.1/8.0-apache/Dockerfile +++ b/images/8.0.1/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/8.0-fpm/Dockerfile b/images/8.0.1/8.0-fpm/Dockerfile index 73b582a7..2746135c 100644 --- a/images/8.0.1/8.0-fpm/Dockerfile +++ b/images/8.0.1/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/8.1-apache/Dockerfile b/images/8.0.1/8.1-apache/Dockerfile index faef9230..951ca3ee 100644 --- a/images/8.0.1/8.1-apache/Dockerfile +++ b/images/8.0.1/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.1/8.1-fpm/Dockerfile b/images/8.0.1/8.1-fpm/Dockerfile index 4b26f7eb..ffdca5fc 100644 --- a/images/8.0.1/8.1-fpm/Dockerfile +++ b/images/8.0.1/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.1 +ENV PS_VERSION=8.0.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/7.2-apache/Dockerfile b/images/8.0.2/7.2-apache/Dockerfile index 32c95594..f7486b49 100644 --- a/images/8.0.2/7.2-apache/Dockerfile +++ b/images/8.0.2/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/7.2-fpm/Dockerfile b/images/8.0.2/7.2-fpm/Dockerfile index 1b49c161..cca4a6f2 100644 --- a/images/8.0.2/7.2-fpm/Dockerfile +++ b/images/8.0.2/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/7.3-apache/Dockerfile b/images/8.0.2/7.3-apache/Dockerfile index 5706891d..d0f2e8f5 100644 --- a/images/8.0.2/7.3-apache/Dockerfile +++ b/images/8.0.2/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/7.3-fpm/Dockerfile b/images/8.0.2/7.3-fpm/Dockerfile index 9b8e64c2..cd629b37 100644 --- a/images/8.0.2/7.3-fpm/Dockerfile +++ b/images/8.0.2/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/7.4-apache/Dockerfile b/images/8.0.2/7.4-apache/Dockerfile index 0bd3933f..d146dd51 100644 --- a/images/8.0.2/7.4-apache/Dockerfile +++ b/images/8.0.2/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/7.4-fpm/Dockerfile b/images/8.0.2/7.4-fpm/Dockerfile index 39591bba..380c76d6 100644 --- a/images/8.0.2/7.4-fpm/Dockerfile +++ b/images/8.0.2/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/8.0-apache/Dockerfile b/images/8.0.2/8.0-apache/Dockerfile index 20d2c874..b9fc1f94 100644 --- a/images/8.0.2/8.0-apache/Dockerfile +++ b/images/8.0.2/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/8.0-fpm/Dockerfile b/images/8.0.2/8.0-fpm/Dockerfile index 0cf51c4a..f6122b00 100644 --- a/images/8.0.2/8.0-fpm/Dockerfile +++ b/images/8.0.2/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/8.1-apache/Dockerfile b/images/8.0.2/8.1-apache/Dockerfile index f07379f1..a24491c9 100644 --- a/images/8.0.2/8.1-apache/Dockerfile +++ b/images/8.0.2/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.2/8.1-fpm/Dockerfile b/images/8.0.2/8.1-fpm/Dockerfile index a537568e..d40770c0 100644 --- a/images/8.0.2/8.1-fpm/Dockerfile +++ b/images/8.0.2/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.2 +ENV PS_VERSION=8.0.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.2/prestashop_8.0.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/7.2-apache/Dockerfile b/images/8.0.3/7.2-apache/Dockerfile index ed4c57cb..c96996ac 100644 --- a/images/8.0.3/7.2-apache/Dockerfile +++ b/images/8.0.3/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/7.2-fpm/Dockerfile b/images/8.0.3/7.2-fpm/Dockerfile index 076b2c84..dd06c0c4 100644 --- a/images/8.0.3/7.2-fpm/Dockerfile +++ b/images/8.0.3/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/7.3-apache/Dockerfile b/images/8.0.3/7.3-apache/Dockerfile index 960a4d50..41186432 100644 --- a/images/8.0.3/7.3-apache/Dockerfile +++ b/images/8.0.3/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/7.3-fpm/Dockerfile b/images/8.0.3/7.3-fpm/Dockerfile index 2f8fa374..bccbd37c 100644 --- a/images/8.0.3/7.3-fpm/Dockerfile +++ b/images/8.0.3/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/7.4-apache/Dockerfile b/images/8.0.3/7.4-apache/Dockerfile index 0af9f4d0..616e7e6a 100644 --- a/images/8.0.3/7.4-apache/Dockerfile +++ b/images/8.0.3/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/7.4-fpm/Dockerfile b/images/8.0.3/7.4-fpm/Dockerfile index 9e01dbb4..8bca29a9 100644 --- a/images/8.0.3/7.4-fpm/Dockerfile +++ b/images/8.0.3/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/8.0-apache/Dockerfile b/images/8.0.3/8.0-apache/Dockerfile index 34d31b23..f5087229 100644 --- a/images/8.0.3/8.0-apache/Dockerfile +++ b/images/8.0.3/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/8.0-fpm/Dockerfile b/images/8.0.3/8.0-fpm/Dockerfile index 0d661f17..ae1fae43 100644 --- a/images/8.0.3/8.0-fpm/Dockerfile +++ b/images/8.0.3/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/8.1-apache/Dockerfile b/images/8.0.3/8.1-apache/Dockerfile index af0f1ce6..85e3c17a 100644 --- a/images/8.0.3/8.1-apache/Dockerfile +++ b/images/8.0.3/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.3/8.1-fpm/Dockerfile b/images/8.0.3/8.1-fpm/Dockerfile index 7f06da0b..4b5cbed7 100644 --- a/images/8.0.3/8.1-fpm/Dockerfile +++ b/images/8.0.3/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.3 +ENV PS_VERSION=8.0.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.3/prestashop_8.0.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/7.2-apache/Dockerfile b/images/8.0.4/7.2-apache/Dockerfile index 67bb9525..181a7d9f 100644 --- a/images/8.0.4/7.2-apache/Dockerfile +++ b/images/8.0.4/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/7.2-fpm/Dockerfile b/images/8.0.4/7.2-fpm/Dockerfile index 82510a57..f901c33b 100644 --- a/images/8.0.4/7.2-fpm/Dockerfile +++ b/images/8.0.4/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/7.3-apache/Dockerfile b/images/8.0.4/7.3-apache/Dockerfile index f37dc8b3..9b3ce690 100644 --- a/images/8.0.4/7.3-apache/Dockerfile +++ b/images/8.0.4/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/7.3-fpm/Dockerfile b/images/8.0.4/7.3-fpm/Dockerfile index aff2a559..e6b25a99 100644 --- a/images/8.0.4/7.3-fpm/Dockerfile +++ b/images/8.0.4/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/7.4-apache/Dockerfile b/images/8.0.4/7.4-apache/Dockerfile index 4d3f4b22..50d9abe7 100644 --- a/images/8.0.4/7.4-apache/Dockerfile +++ b/images/8.0.4/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/7.4-fpm/Dockerfile b/images/8.0.4/7.4-fpm/Dockerfile index a1469e0c..00571639 100644 --- a/images/8.0.4/7.4-fpm/Dockerfile +++ b/images/8.0.4/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/8.0-apache/Dockerfile b/images/8.0.4/8.0-apache/Dockerfile index 12de9dc9..392e1968 100644 --- a/images/8.0.4/8.0-apache/Dockerfile +++ b/images/8.0.4/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/8.0-fpm/Dockerfile b/images/8.0.4/8.0-fpm/Dockerfile index 8ab37f93..c48a95fb 100644 --- a/images/8.0.4/8.0-fpm/Dockerfile +++ b/images/8.0.4/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/8.1-apache/Dockerfile b/images/8.0.4/8.1-apache/Dockerfile index 5c04922b..72bc2cad 100644 --- a/images/8.0.4/8.1-apache/Dockerfile +++ b/images/8.0.4/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.4/8.1-fpm/Dockerfile b/images/8.0.4/8.1-fpm/Dockerfile index 18a30aef..68b8cafb 100644 --- a/images/8.0.4/8.1-fpm/Dockerfile +++ b/images/8.0.4/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.4 +ENV PS_VERSION=8.0.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/7.2-apache/Dockerfile b/images/8.0.5/7.2-apache/Dockerfile index 80049c98..a620d19a 100644 --- a/images/8.0.5/7.2-apache/Dockerfile +++ b/images/8.0.5/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/7.2-fpm/Dockerfile b/images/8.0.5/7.2-fpm/Dockerfile index 87d606b8..e8980958 100644 --- a/images/8.0.5/7.2-fpm/Dockerfile +++ b/images/8.0.5/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/7.3-apache/Dockerfile b/images/8.0.5/7.3-apache/Dockerfile index 5b428aac..d56e7599 100644 --- a/images/8.0.5/7.3-apache/Dockerfile +++ b/images/8.0.5/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/7.3-fpm/Dockerfile b/images/8.0.5/7.3-fpm/Dockerfile index 06859676..dd3eeef9 100644 --- a/images/8.0.5/7.3-fpm/Dockerfile +++ b/images/8.0.5/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/7.4-apache/Dockerfile b/images/8.0.5/7.4-apache/Dockerfile index 109b21fc..b29b24aa 100644 --- a/images/8.0.5/7.4-apache/Dockerfile +++ b/images/8.0.5/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/7.4-fpm/Dockerfile b/images/8.0.5/7.4-fpm/Dockerfile index ccc9f99b..89e81927 100644 --- a/images/8.0.5/7.4-fpm/Dockerfile +++ b/images/8.0.5/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/8.0-apache/Dockerfile b/images/8.0.5/8.0-apache/Dockerfile index 998b0dad..f2f35c68 100644 --- a/images/8.0.5/8.0-apache/Dockerfile +++ b/images/8.0.5/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/8.0-fpm/Dockerfile b/images/8.0.5/8.0-fpm/Dockerfile index 19d41046..786b71df 100644 --- a/images/8.0.5/8.0-fpm/Dockerfile +++ b/images/8.0.5/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/8.1-apache/Dockerfile b/images/8.0.5/8.1-apache/Dockerfile index da1e9dac..0c5f1189 100644 --- a/images/8.0.5/8.1-apache/Dockerfile +++ b/images/8.0.5/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.5/8.1-fpm/Dockerfile b/images/8.0.5/8.1-fpm/Dockerfile index 67574230..a33ddf05 100644 --- a/images/8.0.5/8.1-fpm/Dockerfile +++ b/images/8.0.5/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.5 +ENV PS_VERSION=8.0.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.5/prestashop_8.0.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.0.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.0.x/7.2-apache/Dockerfile b/images/8.0.x/7.2-apache/Dockerfile index ed375f7c..2f43a39c 100644 --- a/images/8.0.x/7.2-apache/Dockerfile +++ b/images/8.0.x/7.2-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.x/7.2-fpm/Dockerfile b/images/8.0.x/7.2-fpm/Dockerfile index 6b149b7a..cc77dd9f 100644 --- a/images/8.0.x/7.2-fpm/Dockerfile +++ b/images/8.0.x/7.2-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.x/7.3-apache/Dockerfile b/images/8.0.x/7.3-apache/Dockerfile index ca3481d6..7b7f7606 100644 --- a/images/8.0.x/7.3-apache/Dockerfile +++ b/images/8.0.x/7.3-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.x/7.3-fpm/Dockerfile b/images/8.0.x/7.3-fpm/Dockerfile index 48e9edd4..2d5bd3d5 100644 --- a/images/8.0.x/7.3-fpm/Dockerfile +++ b/images/8.0.x/7.3-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.x/7.4-apache/Dockerfile b/images/8.0.x/7.4-apache/Dockerfile index e7d1c1bc..cdecaf83 100644 --- a/images/8.0.x/7.4-apache/Dockerfile +++ b/images/8.0.x/7.4-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.x/7.4-fpm/Dockerfile b/images/8.0.x/7.4-fpm/Dockerfile index ef636719..2c34249f 100644 --- a/images/8.0.x/7.4-fpm/Dockerfile +++ b/images/8.0.x/7.4-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.x/8.0-apache/Dockerfile b/images/8.0.x/8.0-apache/Dockerfile index 6d3b6d41..70e39f81 100644 --- a/images/8.0.x/8.0-apache/Dockerfile +++ b/images/8.0.x/8.0-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.x/8.0-fpm/Dockerfile b/images/8.0.x/8.0-fpm/Dockerfile index 82869fca..1e069890 100644 --- a/images/8.0.x/8.0-fpm/Dockerfile +++ b/images/8.0.x/8.0-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.x/8.1-apache/Dockerfile b/images/8.0.x/8.1-apache/Dockerfile index 8cc82999..92c1fbd3 100644 --- a/images/8.0.x/8.1-apache/Dockerfile +++ b/images/8.0.x/8.1-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.0.x/8.1-fpm/Dockerfile b/images/8.0.x/8.1-fpm/Dockerfile index 032d17b9..923e12a3 100644 --- a/images/8.0.x/8.1-fpm/Dockerfile +++ b/images/8.0.x/8.1-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.0.x +ENV PS_VERSION=8.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.0-beta.1/7.2-apache/Dockerfile b/images/8.1.0-beta.1/7.2-apache/Dockerfile index 940b446e..6ead1b42 100644 --- a/images/8.1.0-beta.1/7.2-apache/Dockerfile +++ b/images/8.1.0-beta.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-beta.1/7.2-fpm/Dockerfile b/images/8.1.0-beta.1/7.2-fpm/Dockerfile index 16d98d96..d95f9827 100644 --- a/images/8.1.0-beta.1/7.2-fpm/Dockerfile +++ b/images/8.1.0-beta.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-beta.1/7.3-apache/Dockerfile b/images/8.1.0-beta.1/7.3-apache/Dockerfile index 77848d65..0643035c 100644 --- a/images/8.1.0-beta.1/7.3-apache/Dockerfile +++ b/images/8.1.0-beta.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-beta.1/7.3-fpm/Dockerfile b/images/8.1.0-beta.1/7.3-fpm/Dockerfile index fd332985..2b3f0fea 100644 --- a/images/8.1.0-beta.1/7.3-fpm/Dockerfile +++ b/images/8.1.0-beta.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-beta.1/7.4-apache/Dockerfile b/images/8.1.0-beta.1/7.4-apache/Dockerfile index 6a41ad7d..e292354e 100644 --- a/images/8.1.0-beta.1/7.4-apache/Dockerfile +++ b/images/8.1.0-beta.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-beta.1/7.4-fpm/Dockerfile b/images/8.1.0-beta.1/7.4-fpm/Dockerfile index aecac446..fe28c62d 100644 --- a/images/8.1.0-beta.1/7.4-fpm/Dockerfile +++ b/images/8.1.0-beta.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-beta.1/8.0-apache/Dockerfile b/images/8.1.0-beta.1/8.0-apache/Dockerfile index aab478c0..37ca9c8a 100644 --- a/images/8.1.0-beta.1/8.0-apache/Dockerfile +++ b/images/8.1.0-beta.1/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-beta.1/8.0-fpm/Dockerfile b/images/8.1.0-beta.1/8.0-fpm/Dockerfile index d706c8e7..3a1816a0 100644 --- a/images/8.1.0-beta.1/8.0-fpm/Dockerfile +++ b/images/8.1.0-beta.1/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-beta.1/8.1-apache/Dockerfile b/images/8.1.0-beta.1/8.1-apache/Dockerfile index 01c33456..90e3effa 100644 --- a/images/8.1.0-beta.1/8.1-apache/Dockerfile +++ b/images/8.1.0-beta.1/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-beta.1/8.1-fpm/Dockerfile b/images/8.1.0-beta.1/8.1-fpm/Dockerfile index 68afeff2..84e86da7 100644 --- a/images/8.1.0-beta.1/8.1-fpm/Dockerfile +++ b/images/8.1.0-beta.1/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-beta.1 +ENV PS_VERSION=8.1.0-beta.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-beta.1/prestashop_8.1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/7.2-apache/Dockerfile b/images/8.1.0-rc.1/7.2-apache/Dockerfile index f3364a89..8f1841fc 100644 --- a/images/8.1.0-rc.1/7.2-apache/Dockerfile +++ b/images/8.1.0-rc.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/7.2-fpm/Dockerfile b/images/8.1.0-rc.1/7.2-fpm/Dockerfile index 9acb160a..ec9a9405 100644 --- a/images/8.1.0-rc.1/7.2-fpm/Dockerfile +++ b/images/8.1.0-rc.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/7.3-apache/Dockerfile b/images/8.1.0-rc.1/7.3-apache/Dockerfile index af898529..74e47aa6 100644 --- a/images/8.1.0-rc.1/7.3-apache/Dockerfile +++ b/images/8.1.0-rc.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/7.3-fpm/Dockerfile b/images/8.1.0-rc.1/7.3-fpm/Dockerfile index 03ac1087..896c5133 100644 --- a/images/8.1.0-rc.1/7.3-fpm/Dockerfile +++ b/images/8.1.0-rc.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/7.4-apache/Dockerfile b/images/8.1.0-rc.1/7.4-apache/Dockerfile index 44447df8..c3b2fa75 100644 --- a/images/8.1.0-rc.1/7.4-apache/Dockerfile +++ b/images/8.1.0-rc.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/7.4-fpm/Dockerfile b/images/8.1.0-rc.1/7.4-fpm/Dockerfile index 604b6fca..dc0f2a19 100644 --- a/images/8.1.0-rc.1/7.4-fpm/Dockerfile +++ b/images/8.1.0-rc.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/8.0-apache/Dockerfile b/images/8.1.0-rc.1/8.0-apache/Dockerfile index ed81ba65..f1a97b7a 100644 --- a/images/8.1.0-rc.1/8.0-apache/Dockerfile +++ b/images/8.1.0-rc.1/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/8.0-fpm/Dockerfile b/images/8.1.0-rc.1/8.0-fpm/Dockerfile index 97db2263..d310d471 100644 --- a/images/8.1.0-rc.1/8.0-fpm/Dockerfile +++ b/images/8.1.0-rc.1/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/8.1-apache/Dockerfile b/images/8.1.0-rc.1/8.1-apache/Dockerfile index 28016448..d4d4a195 100644 --- a/images/8.1.0-rc.1/8.1-apache/Dockerfile +++ b/images/8.1.0-rc.1/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0-rc.1/8.1-fpm/Dockerfile b/images/8.1.0-rc.1/8.1-fpm/Dockerfile index 997964d1..228c9aee 100644 --- a/images/8.1.0-rc.1/8.1-fpm/Dockerfile +++ b/images/8.1.0-rc.1/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0-rc.1 +ENV PS_VERSION=8.1.0-rc.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0-rc.1/prestashop_8.1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/7.2-apache/Dockerfile b/images/8.1.0/7.2-apache/Dockerfile index b8af03b7..c9151b4b 100644 --- a/images/8.1.0/7.2-apache/Dockerfile +++ b/images/8.1.0/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/7.2-fpm/Dockerfile b/images/8.1.0/7.2-fpm/Dockerfile index 5039a8a9..13a92f64 100644 --- a/images/8.1.0/7.2-fpm/Dockerfile +++ b/images/8.1.0/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/7.3-apache/Dockerfile b/images/8.1.0/7.3-apache/Dockerfile index c024e2e7..af426f1c 100644 --- a/images/8.1.0/7.3-apache/Dockerfile +++ b/images/8.1.0/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/7.3-fpm/Dockerfile b/images/8.1.0/7.3-fpm/Dockerfile index ecd21495..12c4e7ac 100644 --- a/images/8.1.0/7.3-fpm/Dockerfile +++ b/images/8.1.0/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/7.4-apache/Dockerfile b/images/8.1.0/7.4-apache/Dockerfile index cfe7fc39..00e49eb1 100644 --- a/images/8.1.0/7.4-apache/Dockerfile +++ b/images/8.1.0/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/7.4-fpm/Dockerfile b/images/8.1.0/7.4-fpm/Dockerfile index 70a255cd..a87f2910 100644 --- a/images/8.1.0/7.4-fpm/Dockerfile +++ b/images/8.1.0/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/8.0-apache/Dockerfile b/images/8.1.0/8.0-apache/Dockerfile index e120ee1f..ce25cf57 100644 --- a/images/8.1.0/8.0-apache/Dockerfile +++ b/images/8.1.0/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/8.0-fpm/Dockerfile b/images/8.1.0/8.0-fpm/Dockerfile index eb576b97..31d20f18 100644 --- a/images/8.1.0/8.0-fpm/Dockerfile +++ b/images/8.1.0/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/8.1-apache/Dockerfile b/images/8.1.0/8.1-apache/Dockerfile index 01e2c4f9..d584d636 100644 --- a/images/8.1.0/8.1-apache/Dockerfile +++ b/images/8.1.0/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.0/8.1-fpm/Dockerfile b/images/8.1.0/8.1-fpm/Dockerfile index 665c7c84..8da18e53 100644 --- a/images/8.1.0/8.1-fpm/Dockerfile +++ b/images/8.1.0/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.0 +ENV PS_VERSION=8.1.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.0/prestashop_8.1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/7.2-apache/Dockerfile b/images/8.1.1/7.2-apache/Dockerfile index 4e8b5299..83958123 100644 --- a/images/8.1.1/7.2-apache/Dockerfile +++ b/images/8.1.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/7.2-fpm/Dockerfile b/images/8.1.1/7.2-fpm/Dockerfile index 1a159846..5ffe2255 100644 --- a/images/8.1.1/7.2-fpm/Dockerfile +++ b/images/8.1.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/7.3-apache/Dockerfile b/images/8.1.1/7.3-apache/Dockerfile index c1ed0b1b..b1bfa1c3 100644 --- a/images/8.1.1/7.3-apache/Dockerfile +++ b/images/8.1.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/7.3-fpm/Dockerfile b/images/8.1.1/7.3-fpm/Dockerfile index c292384a..127c811f 100644 --- a/images/8.1.1/7.3-fpm/Dockerfile +++ b/images/8.1.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/7.4-apache/Dockerfile b/images/8.1.1/7.4-apache/Dockerfile index 25d00634..4be70cb1 100644 --- a/images/8.1.1/7.4-apache/Dockerfile +++ b/images/8.1.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/7.4-fpm/Dockerfile b/images/8.1.1/7.4-fpm/Dockerfile index 0c4d9445..71695432 100644 --- a/images/8.1.1/7.4-fpm/Dockerfile +++ b/images/8.1.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/8.0-apache/Dockerfile b/images/8.1.1/8.0-apache/Dockerfile index cdd2e50e..36654b92 100644 --- a/images/8.1.1/8.0-apache/Dockerfile +++ b/images/8.1.1/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/8.0-fpm/Dockerfile b/images/8.1.1/8.0-fpm/Dockerfile index 444020c4..5494816b 100644 --- a/images/8.1.1/8.0-fpm/Dockerfile +++ b/images/8.1.1/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/8.1-apache/Dockerfile b/images/8.1.1/8.1-apache/Dockerfile index df95cb00..e3869a52 100644 --- a/images/8.1.1/8.1-apache/Dockerfile +++ b/images/8.1.1/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.1/8.1-fpm/Dockerfile b/images/8.1.1/8.1-fpm/Dockerfile index 8cf82a57..14a88e4e 100644 --- a/images/8.1.1/8.1-fpm/Dockerfile +++ b/images/8.1.1/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.1 +ENV PS_VERSION=8.1.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.1/prestashop_8.1.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/7.2-apache/Dockerfile b/images/8.1.2/7.2-apache/Dockerfile index 90b0b6a1..486226bf 100644 --- a/images/8.1.2/7.2-apache/Dockerfile +++ b/images/8.1.2/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/7.2-fpm/Dockerfile b/images/8.1.2/7.2-fpm/Dockerfile index 78cb254f..ac99112e 100644 --- a/images/8.1.2/7.2-fpm/Dockerfile +++ b/images/8.1.2/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/7.3-apache/Dockerfile b/images/8.1.2/7.3-apache/Dockerfile index 7c176aee..718fcaa6 100644 --- a/images/8.1.2/7.3-apache/Dockerfile +++ b/images/8.1.2/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/7.3-fpm/Dockerfile b/images/8.1.2/7.3-fpm/Dockerfile index aa61dab0..71ff4dfc 100644 --- a/images/8.1.2/7.3-fpm/Dockerfile +++ b/images/8.1.2/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/7.4-apache/Dockerfile b/images/8.1.2/7.4-apache/Dockerfile index 93a1687d..7a5b4730 100644 --- a/images/8.1.2/7.4-apache/Dockerfile +++ b/images/8.1.2/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/7.4-fpm/Dockerfile b/images/8.1.2/7.4-fpm/Dockerfile index 62727fca..5d3dce40 100644 --- a/images/8.1.2/7.4-fpm/Dockerfile +++ b/images/8.1.2/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/8.0-apache/Dockerfile b/images/8.1.2/8.0-apache/Dockerfile index fcbbce4c..b01f16ac 100644 --- a/images/8.1.2/8.0-apache/Dockerfile +++ b/images/8.1.2/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/8.0-fpm/Dockerfile b/images/8.1.2/8.0-fpm/Dockerfile index 42dd8e13..2b5bc498 100644 --- a/images/8.1.2/8.0-fpm/Dockerfile +++ b/images/8.1.2/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/8.1-apache/Dockerfile b/images/8.1.2/8.1-apache/Dockerfile index 278e9898..772690b9 100644 --- a/images/8.1.2/8.1-apache/Dockerfile +++ b/images/8.1.2/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.2/8.1-fpm/Dockerfile b/images/8.1.2/8.1-fpm/Dockerfile index b4a37cc5..bba67c32 100644 --- a/images/8.1.2/8.1-fpm/Dockerfile +++ b/images/8.1.2/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.2 +ENV PS_VERSION=8.1.2 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.2/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/7.2-apache/Dockerfile b/images/8.1.3/7.2-apache/Dockerfile index 43dd306e..49f9f51b 100644 --- a/images/8.1.3/7.2-apache/Dockerfile +++ b/images/8.1.3/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/7.2-fpm/Dockerfile b/images/8.1.3/7.2-fpm/Dockerfile index 1871c455..b7199924 100644 --- a/images/8.1.3/7.2-fpm/Dockerfile +++ b/images/8.1.3/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/7.3-apache/Dockerfile b/images/8.1.3/7.3-apache/Dockerfile index b2262600..4ef327c8 100644 --- a/images/8.1.3/7.3-apache/Dockerfile +++ b/images/8.1.3/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/7.3-fpm/Dockerfile b/images/8.1.3/7.3-fpm/Dockerfile index 14d5db63..eb550340 100644 --- a/images/8.1.3/7.3-fpm/Dockerfile +++ b/images/8.1.3/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/7.4-apache/Dockerfile b/images/8.1.3/7.4-apache/Dockerfile index 5feb52cf..09476edb 100644 --- a/images/8.1.3/7.4-apache/Dockerfile +++ b/images/8.1.3/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/7.4-fpm/Dockerfile b/images/8.1.3/7.4-fpm/Dockerfile index 3319d0ae..ca9a5d1a 100644 --- a/images/8.1.3/7.4-fpm/Dockerfile +++ b/images/8.1.3/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/8.0-apache/Dockerfile b/images/8.1.3/8.0-apache/Dockerfile index 60d89ccc..08478a12 100644 --- a/images/8.1.3/8.0-apache/Dockerfile +++ b/images/8.1.3/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/8.0-fpm/Dockerfile b/images/8.1.3/8.0-fpm/Dockerfile index aada075e..ee972803 100644 --- a/images/8.1.3/8.0-fpm/Dockerfile +++ b/images/8.1.3/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/8.1-apache/Dockerfile b/images/8.1.3/8.1-apache/Dockerfile index fa5debe6..bd38c887 100644 --- a/images/8.1.3/8.1-apache/Dockerfile +++ b/images/8.1.3/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.3/8.1-fpm/Dockerfile b/images/8.1.3/8.1-fpm/Dockerfile index dd75e336..e409733c 100644 --- a/images/8.1.3/8.1-fpm/Dockerfile +++ b/images/8.1.3/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.3 +ENV PS_VERSION=8.1.3 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/prestashop_8.1.3.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.3/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/7.2-apache/Dockerfile b/images/8.1.4/7.2-apache/Dockerfile index d82f88f3..2eed996c 100644 --- a/images/8.1.4/7.2-apache/Dockerfile +++ b/images/8.1.4/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/7.2-fpm/Dockerfile b/images/8.1.4/7.2-fpm/Dockerfile index c02c6505..566e592a 100644 --- a/images/8.1.4/7.2-fpm/Dockerfile +++ b/images/8.1.4/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/7.3-apache/Dockerfile b/images/8.1.4/7.3-apache/Dockerfile index 6a35c1e2..02697808 100644 --- a/images/8.1.4/7.3-apache/Dockerfile +++ b/images/8.1.4/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/7.3-fpm/Dockerfile b/images/8.1.4/7.3-fpm/Dockerfile index 38d887e0..69084a12 100644 --- a/images/8.1.4/7.3-fpm/Dockerfile +++ b/images/8.1.4/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/7.4-apache/Dockerfile b/images/8.1.4/7.4-apache/Dockerfile index 1c441bed..575cc662 100644 --- a/images/8.1.4/7.4-apache/Dockerfile +++ b/images/8.1.4/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/7.4-fpm/Dockerfile b/images/8.1.4/7.4-fpm/Dockerfile index adc88243..057aa782 100644 --- a/images/8.1.4/7.4-fpm/Dockerfile +++ b/images/8.1.4/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/8.0-apache/Dockerfile b/images/8.1.4/8.0-apache/Dockerfile index ef7156a4..8f70eb32 100644 --- a/images/8.1.4/8.0-apache/Dockerfile +++ b/images/8.1.4/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/8.0-fpm/Dockerfile b/images/8.1.4/8.0-fpm/Dockerfile index c2a64b77..1d3668e1 100644 --- a/images/8.1.4/8.0-fpm/Dockerfile +++ b/images/8.1.4/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/8.1-apache/Dockerfile b/images/8.1.4/8.1-apache/Dockerfile index 9d28da58..13ef1bbd 100644 --- a/images/8.1.4/8.1-apache/Dockerfile +++ b/images/8.1.4/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.4/8.1-fpm/Dockerfile b/images/8.1.4/8.1-fpm/Dockerfile index 02935522..702f41ec 100644 --- a/images/8.1.4/8.1-fpm/Dockerfile +++ b/images/8.1.4/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.4 +ENV PS_VERSION=8.1.4 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.4/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/7.2-apache/Dockerfile b/images/8.1.5/7.2-apache/Dockerfile index 60bba657..f7f71151 100644 --- a/images/8.1.5/7.2-apache/Dockerfile +++ b/images/8.1.5/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/7.2-fpm/Dockerfile b/images/8.1.5/7.2-fpm/Dockerfile index cd23b04c..dd7178a2 100644 --- a/images/8.1.5/7.2-fpm/Dockerfile +++ b/images/8.1.5/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/7.3-apache/Dockerfile b/images/8.1.5/7.3-apache/Dockerfile index 18f41aa7..bab4aa68 100644 --- a/images/8.1.5/7.3-apache/Dockerfile +++ b/images/8.1.5/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/7.3-fpm/Dockerfile b/images/8.1.5/7.3-fpm/Dockerfile index 427e44de..695f9098 100644 --- a/images/8.1.5/7.3-fpm/Dockerfile +++ b/images/8.1.5/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/7.4-apache/Dockerfile b/images/8.1.5/7.4-apache/Dockerfile index 690217e5..5191ccad 100644 --- a/images/8.1.5/7.4-apache/Dockerfile +++ b/images/8.1.5/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/7.4-fpm/Dockerfile b/images/8.1.5/7.4-fpm/Dockerfile index 95af1d6a..751d33e3 100644 --- a/images/8.1.5/7.4-fpm/Dockerfile +++ b/images/8.1.5/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/8.0-apache/Dockerfile b/images/8.1.5/8.0-apache/Dockerfile index acd0c7b9..0483f2a2 100644 --- a/images/8.1.5/8.0-apache/Dockerfile +++ b/images/8.1.5/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/8.0-fpm/Dockerfile b/images/8.1.5/8.0-fpm/Dockerfile index 339c5641..bcecfa31 100644 --- a/images/8.1.5/8.0-fpm/Dockerfile +++ b/images/8.1.5/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/8.1-apache/Dockerfile b/images/8.1.5/8.1-apache/Dockerfile index 6c2ce234..df5a913e 100644 --- a/images/8.1.5/8.1-apache/Dockerfile +++ b/images/8.1.5/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.5/8.1-fpm/Dockerfile b/images/8.1.5/8.1-fpm/Dockerfile index 196a757f..d731ac2f 100644 --- a/images/8.1.5/8.1-fpm/Dockerfile +++ b/images/8.1.5/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.5 +ENV PS_VERSION=8.1.5 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.5/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/7.2-apache/Dockerfile b/images/8.1.6/7.2-apache/Dockerfile index cbe103de..fc9576f0 100644 --- a/images/8.1.6/7.2-apache/Dockerfile +++ b/images/8.1.6/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/7.2-fpm/Dockerfile b/images/8.1.6/7.2-fpm/Dockerfile index 22fb5751..4dd864fc 100644 --- a/images/8.1.6/7.2-fpm/Dockerfile +++ b/images/8.1.6/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/7.3-apache/Dockerfile b/images/8.1.6/7.3-apache/Dockerfile index f7c38c7a..70bd8fb9 100644 --- a/images/8.1.6/7.3-apache/Dockerfile +++ b/images/8.1.6/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/7.3-fpm/Dockerfile b/images/8.1.6/7.3-fpm/Dockerfile index 9cb6693b..940053af 100644 --- a/images/8.1.6/7.3-fpm/Dockerfile +++ b/images/8.1.6/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/7.4-apache/Dockerfile b/images/8.1.6/7.4-apache/Dockerfile index 46c94c65..fa7db147 100644 --- a/images/8.1.6/7.4-apache/Dockerfile +++ b/images/8.1.6/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/7.4-fpm/Dockerfile b/images/8.1.6/7.4-fpm/Dockerfile index a47f8d0f..33fd0252 100644 --- a/images/8.1.6/7.4-fpm/Dockerfile +++ b/images/8.1.6/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/8.0-apache/Dockerfile b/images/8.1.6/8.0-apache/Dockerfile index 8ab1665e..a4e45038 100644 --- a/images/8.1.6/8.0-apache/Dockerfile +++ b/images/8.1.6/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/8.0-fpm/Dockerfile b/images/8.1.6/8.0-fpm/Dockerfile index 4ab025a2..ed11a91a 100644 --- a/images/8.1.6/8.0-fpm/Dockerfile +++ b/images/8.1.6/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/8.1-apache/Dockerfile b/images/8.1.6/8.1-apache/Dockerfile index f293713e..ba249336 100644 --- a/images/8.1.6/8.1-apache/Dockerfile +++ b/images/8.1.6/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.6/8.1-fpm/Dockerfile b/images/8.1.6/8.1-fpm/Dockerfile index a81a4146..88bb9247 100644 --- a/images/8.1.6/8.1-fpm/Dockerfile +++ b/images/8.1.6/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.6 +ENV PS_VERSION=8.1.6 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.6/prestashop_8.1.6.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.6/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/7.2-apache/Dockerfile b/images/8.1.7/7.2-apache/Dockerfile index f79b4520..c82034f0 100644 --- a/images/8.1.7/7.2-apache/Dockerfile +++ b/images/8.1.7/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/7.2-fpm/Dockerfile b/images/8.1.7/7.2-fpm/Dockerfile index 7dbbaeb6..6729c703 100644 --- a/images/8.1.7/7.2-fpm/Dockerfile +++ b/images/8.1.7/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/7.3-apache/Dockerfile b/images/8.1.7/7.3-apache/Dockerfile index 7ebee03a..f1722eb9 100644 --- a/images/8.1.7/7.3-apache/Dockerfile +++ b/images/8.1.7/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/7.3-fpm/Dockerfile b/images/8.1.7/7.3-fpm/Dockerfile index 5178d26a..496d30a4 100644 --- a/images/8.1.7/7.3-fpm/Dockerfile +++ b/images/8.1.7/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/7.4-apache/Dockerfile b/images/8.1.7/7.4-apache/Dockerfile index 69bb9fa4..e4600507 100644 --- a/images/8.1.7/7.4-apache/Dockerfile +++ b/images/8.1.7/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/7.4-fpm/Dockerfile b/images/8.1.7/7.4-fpm/Dockerfile index a8fa1a35..bf54e429 100644 --- a/images/8.1.7/7.4-fpm/Dockerfile +++ b/images/8.1.7/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/8.0-apache/Dockerfile b/images/8.1.7/8.0-apache/Dockerfile index b364efea..ac3a3a91 100644 --- a/images/8.1.7/8.0-apache/Dockerfile +++ b/images/8.1.7/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/8.0-fpm/Dockerfile b/images/8.1.7/8.0-fpm/Dockerfile index e592a7b3..68cb74f5 100644 --- a/images/8.1.7/8.0-fpm/Dockerfile +++ b/images/8.1.7/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/8.1-apache/Dockerfile b/images/8.1.7/8.1-apache/Dockerfile index 45aaab0e..ac8261fc 100644 --- a/images/8.1.7/8.1-apache/Dockerfile +++ b/images/8.1.7/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.7/8.1-fpm/Dockerfile b/images/8.1.7/8.1-fpm/Dockerfile index 983bd6ba..5172ae00 100644 --- a/images/8.1.7/8.1-fpm/Dockerfile +++ b/images/8.1.7/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.7 +ENV PS_VERSION=8.1.7 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.1.7/prestashop_8.1.7.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.1.7/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.1.x/7.2-apache/Dockerfile b/images/8.1.x/7.2-apache/Dockerfile index 5befe567..516ee267 100644 --- a/images/8.1.x/7.2-apache/Dockerfile +++ b/images/8.1.x/7.2-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.x/7.2-fpm/Dockerfile b/images/8.1.x/7.2-fpm/Dockerfile index 791c8577..e647f1d1 100644 --- a/images/8.1.x/7.2-fpm/Dockerfile +++ b/images/8.1.x/7.2-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.x/7.3-apache/Dockerfile b/images/8.1.x/7.3-apache/Dockerfile index 11633d21..049e3318 100644 --- a/images/8.1.x/7.3-apache/Dockerfile +++ b/images/8.1.x/7.3-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.x/7.3-fpm/Dockerfile b/images/8.1.x/7.3-fpm/Dockerfile index 58c49e56..704d8a4e 100644 --- a/images/8.1.x/7.3-fpm/Dockerfile +++ b/images/8.1.x/7.3-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.x/7.4-apache/Dockerfile b/images/8.1.x/7.4-apache/Dockerfile index d56acb66..168cd42d 100644 --- a/images/8.1.x/7.4-apache/Dockerfile +++ b/images/8.1.x/7.4-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.x/7.4-fpm/Dockerfile b/images/8.1.x/7.4-fpm/Dockerfile index b7626f3d..381b6f3b 100644 --- a/images/8.1.x/7.4-fpm/Dockerfile +++ b/images/8.1.x/7.4-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.x/8.0-apache/Dockerfile b/images/8.1.x/8.0-apache/Dockerfile index bce2d663..735ad2ea 100644 --- a/images/8.1.x/8.0-apache/Dockerfile +++ b/images/8.1.x/8.0-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.x/8.0-fpm/Dockerfile b/images/8.1.x/8.0-fpm/Dockerfile index 9e6c1666..df8fd06e 100644 --- a/images/8.1.x/8.0-fpm/Dockerfile +++ b/images/8.1.x/8.0-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.x/8.1-apache/Dockerfile b/images/8.1.x/8.1-apache/Dockerfile index 618716b3..e11c5b62 100644 --- a/images/8.1.x/8.1-apache/Dockerfile +++ b/images/8.1.x/8.1-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.1.x/8.1-fpm/Dockerfile b/images/8.1.x/8.1-fpm/Dockerfile index 181c8e57..21e9c034 100644 --- a/images/8.1.x/8.1-fpm/Dockerfile +++ b/images/8.1.x/8.1-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.1.x +ENV PS_VERSION=8.1.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.0/7.2-apache/Dockerfile b/images/8.2.0/7.2-apache/Dockerfile index 71daba4a..e8a8125d 100644 --- a/images/8.2.0/7.2-apache/Dockerfile +++ b/images/8.2.0/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.0/7.2-fpm/Dockerfile b/images/8.2.0/7.2-fpm/Dockerfile index 7445ff18..d75e2670 100644 --- a/images/8.2.0/7.2-fpm/Dockerfile +++ b/images/8.2.0/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.0/7.3-apache/Dockerfile b/images/8.2.0/7.3-apache/Dockerfile index 109c2e19..9211c0d8 100644 --- a/images/8.2.0/7.3-apache/Dockerfile +++ b/images/8.2.0/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.0/7.3-fpm/Dockerfile b/images/8.2.0/7.3-fpm/Dockerfile index 3935372f..d12b3f13 100644 --- a/images/8.2.0/7.3-fpm/Dockerfile +++ b/images/8.2.0/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.0/7.4-apache/Dockerfile b/images/8.2.0/7.4-apache/Dockerfile index 2f61efc3..e6bf03e4 100644 --- a/images/8.2.0/7.4-apache/Dockerfile +++ b/images/8.2.0/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.0/7.4-fpm/Dockerfile b/images/8.2.0/7.4-fpm/Dockerfile index d4f05783..2543d1ec 100644 --- a/images/8.2.0/7.4-fpm/Dockerfile +++ b/images/8.2.0/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.0/8.0-apache/Dockerfile b/images/8.2.0/8.0-apache/Dockerfile index 72c2bf30..7903477f 100644 --- a/images/8.2.0/8.0-apache/Dockerfile +++ b/images/8.2.0/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.0/8.0-fpm/Dockerfile b/images/8.2.0/8.0-fpm/Dockerfile index 80786619..56bf8578 100644 --- a/images/8.2.0/8.0-fpm/Dockerfile +++ b/images/8.2.0/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.0/8.1-apache/Dockerfile b/images/8.2.0/8.1-apache/Dockerfile index 7a801426..a4256f68 100644 --- a/images/8.2.0/8.1-apache/Dockerfile +++ b/images/8.2.0/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.0/8.1-fpm/Dockerfile b/images/8.2.0/8.1-fpm/Dockerfile index acc690bb..f1590179 100644 --- a/images/8.2.0/8.1-fpm/Dockerfile +++ b/images/8.2.0/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.0 +ENV PS_VERSION=8.2.0 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.0/prestashop_8.2.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/7.2-apache/Dockerfile b/images/8.2.1/7.2-apache/Dockerfile index 09883f33..e9449839 100644 --- a/images/8.2.1/7.2-apache/Dockerfile +++ b/images/8.2.1/7.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/7.2-fpm/Dockerfile b/images/8.2.1/7.2-fpm/Dockerfile index d8f2c538..af0fa968 100644 --- a/images/8.2.1/7.2-fpm/Dockerfile +++ b/images/8.2.1/7.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/7.3-apache/Dockerfile b/images/8.2.1/7.3-apache/Dockerfile index 032326e4..1d80ede8 100644 --- a/images/8.2.1/7.3-apache/Dockerfile +++ b/images/8.2.1/7.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/7.3-fpm/Dockerfile b/images/8.2.1/7.3-fpm/Dockerfile index bf05d91c..231d9031 100644 --- a/images/8.2.1/7.3-fpm/Dockerfile +++ b/images/8.2.1/7.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/7.4-apache/Dockerfile b/images/8.2.1/7.4-apache/Dockerfile index 767a5d92..b08d4f66 100644 --- a/images/8.2.1/7.4-apache/Dockerfile +++ b/images/8.2.1/7.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/7.4-fpm/Dockerfile b/images/8.2.1/7.4-fpm/Dockerfile index f2e1c8dd..fc4301c5 100644 --- a/images/8.2.1/7.4-fpm/Dockerfile +++ b/images/8.2.1/7.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/8.0-apache/Dockerfile b/images/8.2.1/8.0-apache/Dockerfile index 3a64ec75..84a85e3f 100644 --- a/images/8.2.1/8.0-apache/Dockerfile +++ b/images/8.2.1/8.0-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/8.0-fpm/Dockerfile b/images/8.2.1/8.0-fpm/Dockerfile index da5946ab..f26f4609 100644 --- a/images/8.2.1/8.0-fpm/Dockerfile +++ b/images/8.2.1/8.0-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/8.1-apache/Dockerfile b/images/8.2.1/8.1-apache/Dockerfile index a8eda33e..76be49d9 100644 --- a/images/8.2.1/8.1-apache/Dockerfile +++ b/images/8.2.1/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.1/8.1-fpm/Dockerfile b/images/8.2.1/8.1-fpm/Dockerfile index b5de1203..a137c3f3 100644 --- a/images/8.2.1/8.1-fpm/Dockerfile +++ b/images/8.2.1/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.1 +ENV PS_VERSION=8.2.1 # Get PrestaShop -ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop/8.2.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/8.2.x/7.2-apache/Dockerfile b/images/8.2.x/7.2-apache/Dockerfile index 849def3e..86fc0610 100644 --- a/images/8.2.x/7.2-apache/Dockerfile +++ b/images/8.2.x/7.2-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.x/7.2-fpm/Dockerfile b/images/8.2.x/7.2-fpm/Dockerfile index 71e5da3b..ac0f2ce1 100644 --- a/images/8.2.x/7.2-fpm/Dockerfile +++ b/images/8.2.x/7.2-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.x/7.3-apache/Dockerfile b/images/8.2.x/7.3-apache/Dockerfile index da3d2afb..4da6279f 100644 --- a/images/8.2.x/7.3-apache/Dockerfile +++ b/images/8.2.x/7.3-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.x/7.3-fpm/Dockerfile b/images/8.2.x/7.3-fpm/Dockerfile index 762a151b..93df372e 100644 --- a/images/8.2.x/7.3-fpm/Dockerfile +++ b/images/8.2.x/7.3-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.x/7.4-apache/Dockerfile b/images/8.2.x/7.4-apache/Dockerfile index 8427d59f..14feaa23 100644 --- a/images/8.2.x/7.4-apache/Dockerfile +++ b/images/8.2.x/7.4-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.x/7.4-fpm/Dockerfile b/images/8.2.x/7.4-fpm/Dockerfile index 4f614449..6bac82e2 100644 --- a/images/8.2.x/7.4-fpm/Dockerfile +++ b/images/8.2.x/7.4-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:7.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.x/8.0-apache/Dockerfile b/images/8.2.x/8.0-apache/Dockerfile index af313e94..8e60f502 100644 --- a/images/8.2.x/8.0-apache/Dockerfile +++ b/images/8.2.x/8.0-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.0-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.x/8.0-fpm/Dockerfile b/images/8.2.x/8.0-fpm/Dockerfile index f7c9ea7f..00cc54c4 100644 --- a/images/8.2.x/8.0-fpm/Dockerfile +++ b/images/8.2.x/8.0-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.0-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.x/8.1-apache/Dockerfile b/images/8.2.x/8.1-apache/Dockerfile index 591817cf..165b16f7 100644 --- a/images/8.2.x/8.1-apache/Dockerfile +++ b/images/8.2.x/8.1-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/8.2.x/8.1-fpm/Dockerfile b/images/8.2.x/8.1-fpm/Dockerfile index c7813697..5e510008 100644 --- a/images/8.2.x/8.1-fpm/Dockerfile +++ b/images/8.2.x/8.1-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 8.2.x +ENV PS_VERSION=8.2.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/9.0.0-1.0-beta.1-classic/8.1-apache/Dockerfile b/images/9.0.0-1.0-beta.1-classic/8.1-apache/Dockerfile index eb4f6982..66e80809 100644 --- a/images/9.0.0-1.0-beta.1-classic/8.1-apache/Dockerfile +++ b/images/9.0.0-1.0-beta.1-classic/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-beta.1-classic +ENV PS_VERSION=9.0.0-1.0-beta.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-beta.1/prestashop_9.0.0-1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-beta.1-classic/8.1-fpm/Dockerfile b/images/9.0.0-1.0-beta.1-classic/8.1-fpm/Dockerfile index 6f41f21e..ee655baa 100644 --- a/images/9.0.0-1.0-beta.1-classic/8.1-fpm/Dockerfile +++ b/images/9.0.0-1.0-beta.1-classic/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-beta.1-classic +ENV PS_VERSION=9.0.0-1.0-beta.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-beta.1/prestashop_9.0.0-1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-beta.1-classic/8.2-apache/Dockerfile b/images/9.0.0-1.0-beta.1-classic/8.2-apache/Dockerfile index f68b63b3..f958e82b 100644 --- a/images/9.0.0-1.0-beta.1-classic/8.2-apache/Dockerfile +++ b/images/9.0.0-1.0-beta.1-classic/8.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-beta.1-classic +ENV PS_VERSION=9.0.0-1.0-beta.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-beta.1/prestashop_9.0.0-1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-beta.1-classic/8.2-fpm/Dockerfile b/images/9.0.0-1.0-beta.1-classic/8.2-fpm/Dockerfile index f6f565b3..3ae6cdc2 100644 --- a/images/9.0.0-1.0-beta.1-classic/8.2-fpm/Dockerfile +++ b/images/9.0.0-1.0-beta.1-classic/8.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-beta.1-classic +ENV PS_VERSION=9.0.0-1.0-beta.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-beta.1/prestashop_9.0.0-1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-beta.1-classic/8.3-apache/Dockerfile b/images/9.0.0-1.0-beta.1-classic/8.3-apache/Dockerfile index f14cc5cc..d064ba7e 100644 --- a/images/9.0.0-1.0-beta.1-classic/8.3-apache/Dockerfile +++ b/images/9.0.0-1.0-beta.1-classic/8.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-beta.1-classic +ENV PS_VERSION=9.0.0-1.0-beta.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-beta.1/prestashop_9.0.0-1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-beta.1-classic/8.3-fpm/Dockerfile b/images/9.0.0-1.0-beta.1-classic/8.3-fpm/Dockerfile index 83b49778..ae1053f5 100644 --- a/images/9.0.0-1.0-beta.1-classic/8.3-fpm/Dockerfile +++ b/images/9.0.0-1.0-beta.1-classic/8.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-beta.1-classic +ENV PS_VERSION=9.0.0-1.0-beta.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-beta.1/prestashop_9.0.0-1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-beta.1-classic/8.4-apache/Dockerfile b/images/9.0.0-1.0-beta.1-classic/8.4-apache/Dockerfile index 4b01e2fd..27e773bf 100644 --- a/images/9.0.0-1.0-beta.1-classic/8.4-apache/Dockerfile +++ b/images/9.0.0-1.0-beta.1-classic/8.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-beta.1-classic +ENV PS_VERSION=9.0.0-1.0-beta.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-beta.1/prestashop_9.0.0-1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-beta.1-classic/8.4-fpm/Dockerfile b/images/9.0.0-1.0-beta.1-classic/8.4-fpm/Dockerfile index d46ba7c6..65dbb4ec 100644 --- a/images/9.0.0-1.0-beta.1-classic/8.4-fpm/Dockerfile +++ b/images/9.0.0-1.0-beta.1-classic/8.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-beta.1-classic +ENV PS_VERSION=9.0.0-1.0-beta.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-beta.1/prestashop_9.0.0-1.0-beta.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-beta.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-classic/8.1-apache/Dockerfile b/images/9.0.0-1.0-classic/8.1-apache/Dockerfile index fa82e4c3..6fea80c2 100644 --- a/images/9.0.0-1.0-classic/8.1-apache/Dockerfile +++ b/images/9.0.0-1.0-classic/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-classic +ENV PS_VERSION=9.0.0-1.0-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0/prestashop_9.0.0-1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-classic/8.1-fpm/Dockerfile b/images/9.0.0-1.0-classic/8.1-fpm/Dockerfile index 2c0ec1ff..e6614df7 100644 --- a/images/9.0.0-1.0-classic/8.1-fpm/Dockerfile +++ b/images/9.0.0-1.0-classic/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-classic +ENV PS_VERSION=9.0.0-1.0-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0/prestashop_9.0.0-1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-classic/8.2-apache/Dockerfile b/images/9.0.0-1.0-classic/8.2-apache/Dockerfile index fd8677b8..7604e11a 100644 --- a/images/9.0.0-1.0-classic/8.2-apache/Dockerfile +++ b/images/9.0.0-1.0-classic/8.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-classic +ENV PS_VERSION=9.0.0-1.0-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0/prestashop_9.0.0-1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-classic/8.2-fpm/Dockerfile b/images/9.0.0-1.0-classic/8.2-fpm/Dockerfile index ddc4822e..5684681b 100644 --- a/images/9.0.0-1.0-classic/8.2-fpm/Dockerfile +++ b/images/9.0.0-1.0-classic/8.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-classic +ENV PS_VERSION=9.0.0-1.0-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0/prestashop_9.0.0-1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-classic/8.3-apache/Dockerfile b/images/9.0.0-1.0-classic/8.3-apache/Dockerfile index 60e555f5..e80550ed 100644 --- a/images/9.0.0-1.0-classic/8.3-apache/Dockerfile +++ b/images/9.0.0-1.0-classic/8.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-classic +ENV PS_VERSION=9.0.0-1.0-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0/prestashop_9.0.0-1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-classic/8.3-fpm/Dockerfile b/images/9.0.0-1.0-classic/8.3-fpm/Dockerfile index 91ff3b65..41c84eb7 100644 --- a/images/9.0.0-1.0-classic/8.3-fpm/Dockerfile +++ b/images/9.0.0-1.0-classic/8.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-classic +ENV PS_VERSION=9.0.0-1.0-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0/prestashop_9.0.0-1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-classic/8.4-apache/Dockerfile b/images/9.0.0-1.0-classic/8.4-apache/Dockerfile index e2a9a172..0a8e3079 100644 --- a/images/9.0.0-1.0-classic/8.4-apache/Dockerfile +++ b/images/9.0.0-1.0-classic/8.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-classic +ENV PS_VERSION=9.0.0-1.0-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0/prestashop_9.0.0-1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-classic/8.4-fpm/Dockerfile b/images/9.0.0-1.0-classic/8.4-fpm/Dockerfile index 06f008bb..98992673 100644 --- a/images/9.0.0-1.0-classic/8.4-fpm/Dockerfile +++ b/images/9.0.0-1.0-classic/8.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-classic +ENV PS_VERSION=9.0.0-1.0-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0/prestashop_9.0.0-1.0.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-rc.1-classic/8.1-apache/Dockerfile b/images/9.0.0-1.0-rc.1-classic/8.1-apache/Dockerfile index 106c2a2b..83e856d2 100644 --- a/images/9.0.0-1.0-rc.1-classic/8.1-apache/Dockerfile +++ b/images/9.0.0-1.0-rc.1-classic/8.1-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-rc.1-classic +ENV PS_VERSION=9.0.0-1.0-rc.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-rc.1/prestashop_9.0.0-1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-rc.1-classic/8.1-fpm/Dockerfile b/images/9.0.0-1.0-rc.1-classic/8.1-fpm/Dockerfile index d7f2f7d9..a9dd5465 100644 --- a/images/9.0.0-1.0-rc.1-classic/8.1-fpm/Dockerfile +++ b/images/9.0.0-1.0-rc.1-classic/8.1-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-rc.1-classic +ENV PS_VERSION=9.0.0-1.0-rc.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-rc.1/prestashop_9.0.0-1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-rc.1-classic/8.2-apache/Dockerfile b/images/9.0.0-1.0-rc.1-classic/8.2-apache/Dockerfile index c1bf3621..19e08382 100644 --- a/images/9.0.0-1.0-rc.1-classic/8.2-apache/Dockerfile +++ b/images/9.0.0-1.0-rc.1-classic/8.2-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-rc.1-classic +ENV PS_VERSION=9.0.0-1.0-rc.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-rc.1/prestashop_9.0.0-1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-rc.1-classic/8.2-fpm/Dockerfile b/images/9.0.0-1.0-rc.1-classic/8.2-fpm/Dockerfile index 61cb7911..5653d7a6 100644 --- a/images/9.0.0-1.0-rc.1-classic/8.2-fpm/Dockerfile +++ b/images/9.0.0-1.0-rc.1-classic/8.2-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-rc.1-classic +ENV PS_VERSION=9.0.0-1.0-rc.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-rc.1/prestashop_9.0.0-1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-rc.1-classic/8.3-apache/Dockerfile b/images/9.0.0-1.0-rc.1-classic/8.3-apache/Dockerfile index 12a86c02..702c21ab 100644 --- a/images/9.0.0-1.0-rc.1-classic/8.3-apache/Dockerfile +++ b/images/9.0.0-1.0-rc.1-classic/8.3-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-rc.1-classic +ENV PS_VERSION=9.0.0-1.0-rc.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-rc.1/prestashop_9.0.0-1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-rc.1-classic/8.3-fpm/Dockerfile b/images/9.0.0-1.0-rc.1-classic/8.3-fpm/Dockerfile index f433f07a..e8e15450 100644 --- a/images/9.0.0-1.0-rc.1-classic/8.3-fpm/Dockerfile +++ b/images/9.0.0-1.0-rc.1-classic/8.3-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-rc.1-classic +ENV PS_VERSION=9.0.0-1.0-rc.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-rc.1/prestashop_9.0.0-1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-rc.1-classic/8.4-apache/Dockerfile b/images/9.0.0-1.0-rc.1-classic/8.4-apache/Dockerfile index 202bd267..f4526ec3 100644 --- a/images/9.0.0-1.0-rc.1-classic/8.4-apache/Dockerfile +++ b/images/9.0.0-1.0-rc.1-classic/8.4-apache/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-rc.1-classic +ENV PS_VERSION=9.0.0-1.0-rc.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-rc.1/prestashop_9.0.0-1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.0-1.0-rc.1-classic/8.4-fpm/Dockerfile b/images/9.0.0-1.0-rc.1-classic/8.4-fpm/Dockerfile index fc534ebc..ad31ecb9 100644 --- a/images/9.0.0-1.0-rc.1-classic/8.4-fpm/Dockerfile +++ b/images/9.0.0-1.0-rc.1-classic/8.4-fpm/Dockerfile @@ -1,10 +1,10 @@ FROM prestashop/base:8.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.0-1.0-rc.1-classic +ENV PS_VERSION=9.0.0-1.0-rc.1-classic # Get PrestaShop -ADD https://github.com/PrestaShopCorp/prestashop-classic/releases/download/9.0.0-1.0-rc.1/prestashop_9.0.0-1.0-rc.1.zip /tmp/prestashop.zip +ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.0-1.0-rc.1/prestashop.zip /tmp/prestashop.zip # Extract RUN mkdir -p /tmp/data-ps \ diff --git a/images/9.0.x/8.1-apache/Dockerfile b/images/9.0.x/8.1-apache/Dockerfile index 49c7dad0..2ef9043d 100644 --- a/images/9.0.x/8.1-apache/Dockerfile +++ b/images/9.0.x/8.1-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.x +ENV PS_VERSION=9.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/9.0.x/8.1-fpm/Dockerfile b/images/9.0.x/8.1-fpm/Dockerfile index 47747783..d6fdc6a1 100644 --- a/images/9.0.x/8.1-fpm/Dockerfile +++ b/images/9.0.x/8.1-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.x +ENV PS_VERSION=9.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/9.0.x/8.2-apache/Dockerfile b/images/9.0.x/8.2-apache/Dockerfile index 4682c828..5fb8865e 100644 --- a/images/9.0.x/8.2-apache/Dockerfile +++ b/images/9.0.x/8.2-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.x +ENV PS_VERSION=9.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/9.0.x/8.2-fpm/Dockerfile b/images/9.0.x/8.2-fpm/Dockerfile index cebaad0b..befb57fe 100644 --- a/images/9.0.x/8.2-fpm/Dockerfile +++ b/images/9.0.x/8.2-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.x +ENV PS_VERSION=9.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/9.0.x/8.3-apache/Dockerfile b/images/9.0.x/8.3-apache/Dockerfile index b65b6cea..8345013b 100644 --- a/images/9.0.x/8.3-apache/Dockerfile +++ b/images/9.0.x/8.3-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.x +ENV PS_VERSION=9.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/9.0.x/8.3-fpm/Dockerfile b/images/9.0.x/8.3-fpm/Dockerfile index dbf2a238..7e2af495 100644 --- a/images/9.0.x/8.3-fpm/Dockerfile +++ b/images/9.0.x/8.3-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.x +ENV PS_VERSION=9.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/9.0.x/8.4-apache/Dockerfile b/images/9.0.x/8.4-apache/Dockerfile index b7d88bc6..fcfce616 100644 --- a/images/9.0.x/8.4-apache/Dockerfile +++ b/images/9.0.x/8.4-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.x +ENV PS_VERSION=9.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/9.0.x/8.4-fpm/Dockerfile b/images/9.0.x/8.4-fpm/Dockerfile index 39a276c2..68266d5b 100644 --- a/images/9.0.x/8.4-fpm/Dockerfile +++ b/images/9.0.x/8.4-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION 9.0.x +ENV PS_VERSION=9.0.x ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/nightly/8.1-apache/Dockerfile b/images/nightly/8.1-apache/Dockerfile index e86082ac..1716f81b 100644 --- a/images/nightly/8.1-apache/Dockerfile +++ b/images/nightly/8.1-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION nightly +ENV PS_VERSION=nightly ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/nightly/8.1-fpm/Dockerfile b/images/nightly/8.1-fpm/Dockerfile index 4498fae2..f2945b09 100644 --- a/images/nightly/8.1-fpm/Dockerfile +++ b/images/nightly/8.1-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.1-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION nightly +ENV PS_VERSION=nightly ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/nightly/8.2-apache/Dockerfile b/images/nightly/8.2-apache/Dockerfile index 21af81ad..4f8660bb 100644 --- a/images/nightly/8.2-apache/Dockerfile +++ b/images/nightly/8.2-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.2-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION nightly +ENV PS_VERSION=nightly ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/nightly/8.2-fpm/Dockerfile b/images/nightly/8.2-fpm/Dockerfile index 5bce2421..8e75058d 100644 --- a/images/nightly/8.2-fpm/Dockerfile +++ b/images/nightly/8.2-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.2-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION nightly +ENV PS_VERSION=nightly ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/nightly/8.3-apache/Dockerfile b/images/nightly/8.3-apache/Dockerfile index 31125c4e..814a905b 100644 --- a/images/nightly/8.3-apache/Dockerfile +++ b/images/nightly/8.3-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.3-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION nightly +ENV PS_VERSION=nightly ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/nightly/8.3-fpm/Dockerfile b/images/nightly/8.3-fpm/Dockerfile index 9538f524..2ddac368 100644 --- a/images/nightly/8.3-fpm/Dockerfile +++ b/images/nightly/8.3-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.3-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION nightly +ENV PS_VERSION=nightly ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/nightly/8.4-apache/Dockerfile b/images/nightly/8.4-apache/Dockerfile index 224568ae..9c47da82 100644 --- a/images/nightly/8.4-apache/Dockerfile +++ b/images/nightly/8.4-apache/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.4-apache LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION nightly +ENV PS_VERSION=nightly ENV PATH /root/google-cloud-sdk/bin/:$PATH diff --git a/images/nightly/8.4-fpm/Dockerfile b/images/nightly/8.4-fpm/Dockerfile index 606fe2d2..4933bf1b 100644 --- a/images/nightly/8.4-fpm/Dockerfile +++ b/images/nightly/8.4-fpm/Dockerfile @@ -1,7 +1,7 @@ FROM prestashop/base:8.4-fpm LABEL maintainer="PrestaShop Core Team " -ENV PS_VERSION nightly +ENV PS_VERSION=nightly ENV PATH /root/google-cloud-sdk/bin/:$PATH