Skip to content

Commit 964a5c0

Browse files
Update versions.py with new images to generate
1 parent 6b27c13 commit 964a5c0

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

images/9.0.2-2.0-classic/8.1-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
44
ENV PS_VERSION=9.0.2-2.0-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
7+
ADD None /tmp/prestashop.zip
88

99
# Extract
1010
RUN mkdir -p /tmp/data-ps \

images/9.0.2-2.0-classic/8.1-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
44
ENV PS_VERSION=9.0.2-2.0-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
7+
ADD None /tmp/prestashop.zip
88

99
# Extract
1010
RUN mkdir -p /tmp/data-ps \

images/9.0.2-2.0-classic/8.2-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
44
ENV PS_VERSION=9.0.2-2.0-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
7+
ADD None /tmp/prestashop.zip
88

99
# Extract
1010
RUN mkdir -p /tmp/data-ps \

images/9.0.2-2.0-classic/8.2-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
44
ENV PS_VERSION=9.0.2-2.0-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
7+
ADD None /tmp/prestashop.zip
88

99
# Extract
1010
RUN mkdir -p /tmp/data-ps \

images/9.0.2-2.0-classic/8.3-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
44
ENV PS_VERSION=9.0.2-2.0-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
7+
ADD None /tmp/prestashop.zip
88

99
# Extract
1010
RUN mkdir -p /tmp/data-ps \

images/9.0.2-2.0-classic/8.3-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
44
ENV PS_VERSION=9.0.2-2.0-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
7+
ADD None /tmp/prestashop.zip
88

99
# Extract
1010
RUN mkdir -p /tmp/data-ps \

images/9.0.2-2.0-classic/8.4-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
44
ENV PS_VERSION=9.0.2-2.0-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
7+
ADD None /tmp/prestashop.zip
88

99
# Extract
1010
RUN mkdir -p /tmp/data-ps \

images/9.0.2-2.0-classic/8.4-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
44
ENV PS_VERSION=9.0.2-2.0-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
7+
ADD None /tmp/prestashop.zip
88

99
# Extract
1010
RUN mkdir -p /tmp/data-ps \

versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
'8.3',
341341
'8.4',
342342
),
343-
'9.0.2-2.1-classic': (
343+
'9.0.2-2.0-classic': (
344344
'8.1',
345345
'8.2',
346346
'8.3',

0 commit comments

Comments
 (0)