Skip to content

Commit

Permalink
Merge pull request #415 from mattgoud/821-images
Browse files Browse the repository at this point in the history
release: Add 8.2.1 docker images
  • Loading branch information
jolelievre authored Feb 25, 2025
2 parents e12e9f2 + a31b38e commit 53f918c
Show file tree
Hide file tree
Showing 11 changed files with 137 additions and 0 deletions.
13 changes: 13 additions & 0 deletions images/8.2.1/7.2-apache/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
13 changes: 13 additions & 0 deletions images/8.2.1/7.2-fpm/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
13 changes: 13 additions & 0 deletions images/8.2.1/7.3-apache/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
13 changes: 13 additions & 0 deletions images/8.2.1/7.3-fpm/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
13 changes: 13 additions & 0 deletions images/8.2.1/7.4-apache/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
13 changes: 13 additions & 0 deletions images/8.2.1/7.4-fpm/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
13 changes: 13 additions & 0 deletions images/8.2.1/8.0-apache/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
13 changes: 13 additions & 0 deletions images/8.2.1/8.0-fpm/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
13 changes: 13 additions & 0 deletions images/8.2.1/8.1-apache/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
13 changes: 13 additions & 0 deletions images/8.2.1/8.1-fpm/Dockerfile
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.2.1

# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.2.1/prestashop_8.2.1.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
7 changes: 7 additions & 0 deletions versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,13 @@
'8.0',
'8.1',
),
'8.2.1': (
'7.2',
'7.3',
'7.4',
'8.0',
'8.1',
),
'9.0.x': (
'8.1',
'8.2',
Expand Down

0 comments on commit 53f918c

Please sign in to comment.