Skip to content

Commit 66bc225

Browse files
authored
Merge pull request #457 from mattgoud/images-902
chore: [9.0.2] add 9.0.2 images
2 parents 5bfa70e + a0835ec commit 66bc225

File tree

9 files changed

+110
-0
lines changed

9 files changed

+110
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM prestashop/base:8.1-apache
2+
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
3+
4+
ENV PS_VERSION=9.0.2-2.0-classic
5+
6+
# Get PrestaShop
7+
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
8+
9+
# Extract
10+
RUN mkdir -p /tmp/data-ps \
11+
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
12+
&& bash /tmp/ps-extractor.sh /tmp/data-ps \
13+
&& rm /tmp/prestashop.zip
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM prestashop/base:8.1-fpm
2+
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
3+
4+
ENV PS_VERSION=9.0.2-2.0-classic
5+
6+
# Get PrestaShop
7+
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
8+
9+
# Extract
10+
RUN mkdir -p /tmp/data-ps \
11+
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
12+
&& bash /tmp/ps-extractor.sh /tmp/data-ps \
13+
&& rm /tmp/prestashop.zip
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM prestashop/base:8.2-apache
2+
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
3+
4+
ENV PS_VERSION=9.0.2-2.0-classic
5+
6+
# Get PrestaShop
7+
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
8+
9+
# Extract
10+
RUN mkdir -p /tmp/data-ps \
11+
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
12+
&& bash /tmp/ps-extractor.sh /tmp/data-ps \
13+
&& rm /tmp/prestashop.zip
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM prestashop/base:8.2-fpm
2+
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
3+
4+
ENV PS_VERSION=9.0.2-2.0-classic
5+
6+
# Get PrestaShop
7+
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
8+
9+
# Extract
10+
RUN mkdir -p /tmp/data-ps \
11+
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
12+
&& bash /tmp/ps-extractor.sh /tmp/data-ps \
13+
&& rm /tmp/prestashop.zip
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM prestashop/base:8.3-apache
2+
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
3+
4+
ENV PS_VERSION=9.0.2-2.0-classic
5+
6+
# Get PrestaShop
7+
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
8+
9+
# Extract
10+
RUN mkdir -p /tmp/data-ps \
11+
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
12+
&& bash /tmp/ps-extractor.sh /tmp/data-ps \
13+
&& rm /tmp/prestashop.zip
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM prestashop/base:8.3-fpm
2+
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
3+
4+
ENV PS_VERSION=9.0.2-2.0-classic
5+
6+
# Get PrestaShop
7+
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
8+
9+
# Extract
10+
RUN mkdir -p /tmp/data-ps \
11+
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
12+
&& bash /tmp/ps-extractor.sh /tmp/data-ps \
13+
&& rm /tmp/prestashop.zip
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM prestashop/base:8.4-apache
2+
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
3+
4+
ENV PS_VERSION=9.0.2-2.0-classic
5+
6+
# Get PrestaShop
7+
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
8+
9+
# Extract
10+
RUN mkdir -p /tmp/data-ps \
11+
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
12+
&& bash /tmp/ps-extractor.sh /tmp/data-ps \
13+
&& rm /tmp/prestashop.zip
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM prestashop/base:8.4-fpm
2+
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
3+
4+
ENV PS_VERSION=9.0.2-2.0-classic
5+
6+
# Get PrestaShop
7+
ADD https://api.prestashop-project.org/assets/prestashop-classic/9.0.2-2.0/prestashop.zip /tmp/prestashop.zip
8+
9+
# Extract
10+
RUN mkdir -p /tmp/data-ps \
11+
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
12+
&& bash /tmp/ps-extractor.sh /tmp/data-ps \
13+
&& rm /tmp/prestashop.zip

versions.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,12 @@
333333
'8.3',
334334
'8.4',
335335
),
336+
'9.0.2-2.0-classic': (
337+
'8.1',
338+
'8.2',
339+
'8.3',
340+
'8.4',
341+
),
336342
'9.0.x': (
337343
'8.1',
338344
'8.2',

0 commit comments

Comments
 (0)