Skip to content

Commit a7039c0

Browse files
Merge pull request #434 from PrestaShop/classicEdition
Add Classic Editions
2 parents 7898e42 + c01b81c commit a7039c0

File tree

132 files changed

+1782
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+1782
-10
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM prestashop/base:7.2-apache
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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:7.2-fpm
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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:7.3-apache
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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:7.3-fpm
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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:7.4-apache
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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:7.4-fpm
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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.0-apache
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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.0-fpm
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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-apache
2+
LABEL maintainer="PrestaShop Core Team <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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 <[email protected]>"
3+
4+
ENV PS_VERSION=8.0.1
5+
6+
# Get PrestaShop
7+
ADD https://assets.prestashop3.com/dst/edition/corporate/8.0.1/prestashop_edition_classic_version_8.0.1.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

0 commit comments

Comments
 (0)