Skip to content

Commit 9e2fc5f

Browse files
Update versions.py with new images to generate
1 parent 56c65ec commit 9e2fc5f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

images/9.0.2-2.1-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.1-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.1/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.1-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.1-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.1/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.1-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.1-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.1/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.1-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.1-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.1/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.1-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.1-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.1/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.1-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.1-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.1/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.1-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.1-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.1/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.1-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.1-classic
55

66
# Get PrestaShop
7-
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.1/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
@@ -347,7 +347,7 @@
347347
'8.3',
348348
'8.4',
349349
),
350-
'9.0.2-2.0-classic': (
350+
'9.0.2-2.1-classic': (
351351
'8.1',
352352
'8.2',
353353
'8.3',

0 commit comments

Comments
 (0)