-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docker images for PrestaShop 8.1.5
- Loading branch information
Matthieu Rolland
committed
Mar 18, 2024
1 parent
44bf432
commit 4dae3e8
Showing
11 changed files
with
137 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:7.2-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:7.2-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:7.3-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:7.3-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:7.4-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:7.4-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:8.0-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:8.0-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:8.1-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM prestashop/base:8.1-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
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 | ||
|
||
# Extract | ||
RUN mkdir -p /tmp/data-ps \ | ||
&& unzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \ | ||
&& bash /tmp/ps-extractor.sh /tmp/data-ps \ | ||
&& rm /tmp/prestashop.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,6 +233,13 @@ | |
'8.0', | ||
'8.1', | ||
), | ||
'8.1.5': ( | ||
'7.2', | ||
'7.3', | ||
'7.4', | ||
'8.0', | ||
'8.1', | ||
), | ||
'nightly': ( | ||
'8.1', | ||
'8.2', | ||
|