Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Dockerfile-nightly.model
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=$ps_version
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/1.7.8.x/7.1-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=1.7.8.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/1.7.8.x/7.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=1.7.8.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/1.7.8.x/7.2-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=1.7.8.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/1.7.8.x/7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=1.7.8.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/1.7.8.x/7.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=1.7.8.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/1.7.8.x/7.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=1.7.8.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/1.7.8.x/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=1.7.8.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/1.7.8.x/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=1.7.8.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/7.2-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/7.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/7.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/8.0-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.0.x/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/7.2-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/7.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/7.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/8.0-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.1.x/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.1.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/7.2-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/7.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/7.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/8.0-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/8.2.x/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=8.2.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
6 changes: 6 additions & 0 deletions images/9.0.x/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_VERSION=9.0.x
COPY --from=gcloud /tmp/prestashop.zip /tmp/prestashop.zip

# Extract PrestaShop files
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
Loading