-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #408 from jolelievre/add-branches-docker
Add dockers for branches 1.7.8.x, 8.0.x, 8.1.x and 8.2.x
- Loading branch information
Showing
39 changed files
with
407 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,10 @@ | ||
FROM prestashop/base:7.1-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.1-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.2-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.2-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.3-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.3-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.4-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.4-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.2-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.2-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.3-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.3-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.4-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.4-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.0-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.0-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.1-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.1-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.0.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.2-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.2-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.3-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.3-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.4-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.4-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.0-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.0-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.1-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.1-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.1.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.2-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.2.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.2-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.2.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.3-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.2.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.3-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.2.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.4-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.2.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:7.4-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.2.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.0-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.2.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
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,10 @@ | ||
FROM prestashop/base:8.0-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
|
||
ENV PS_BRANCH=8.2.x | ||
ENV NODE_VERSION=v16.20.2 | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] |
Oops, something went wrong.