-
Notifications
You must be signed in to change notification settings - Fork 182
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 #410 from PrestaShop/useNightlyBuild
Use nightly build (rather than build it)
- Loading branch information
Showing
71 changed files
with
753 additions
and
201 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
FROM prestashop/base:7.1-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
ENV PS_VERSION 1.7.8.x | ||
|
||
ENV PATH /root/google-cloud-sdk/bin/:$PATH | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
RUN apt -y install \ | ||
python3 \ | ||
curl \ | ||
bash | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
RUN curl -sSL https://sdk.cloud.google.com | bash | ||
RUN gcloud config set core/disable_usage_reporting true && \ | ||
gcloud config set component_manager/disable_update_check true && \ | ||
gcloud config set metrics/environment github_docker_image && \ | ||
gcloud --version | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] | ||
CMD ["/tmp/docker_nightly_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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
FROM prestashop/base:7.1-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
ENV PS_VERSION 1.7.8.x | ||
|
||
ENV PATH /root/google-cloud-sdk/bin/:$PATH | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
RUN apt -y install \ | ||
python3 \ | ||
curl \ | ||
bash | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
RUN curl -sSL https://sdk.cloud.google.com | bash | ||
RUN gcloud config set core/disable_usage_reporting true && \ | ||
gcloud config set component_manager/disable_update_check true && \ | ||
gcloud config set metrics/environment github_docker_image && \ | ||
gcloud --version | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] | ||
CMD ["/tmp/docker_nightly_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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
FROM prestashop/base:7.2-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
ENV PS_VERSION 1.7.8.x | ||
|
||
ENV PATH /root/google-cloud-sdk/bin/:$PATH | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
RUN apt -y install \ | ||
python3 \ | ||
curl \ | ||
bash | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
RUN curl -sSL https://sdk.cloud.google.com | bash | ||
RUN gcloud config set core/disable_usage_reporting true && \ | ||
gcloud config set component_manager/disable_update_check true && \ | ||
gcloud config set metrics/environment github_docker_image && \ | ||
gcloud --version | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] | ||
CMD ["/tmp/docker_nightly_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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
FROM prestashop/base:7.2-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
ENV PS_VERSION 1.7.8.x | ||
|
||
ENV PATH /root/google-cloud-sdk/bin/:$PATH | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
RUN apt -y install \ | ||
python3 \ | ||
curl \ | ||
bash | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
RUN curl -sSL https://sdk.cloud.google.com | bash | ||
RUN gcloud config set core/disable_usage_reporting true && \ | ||
gcloud config set component_manager/disable_update_check true && \ | ||
gcloud config set metrics/environment github_docker_image && \ | ||
gcloud --version | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] | ||
CMD ["/tmp/docker_nightly_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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
FROM prestashop/base:7.3-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
ENV PS_VERSION 1.7.8.x | ||
|
||
ENV PATH /root/google-cloud-sdk/bin/:$PATH | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
RUN apt -y install \ | ||
python3 \ | ||
curl \ | ||
bash | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
RUN curl -sSL https://sdk.cloud.google.com | bash | ||
RUN gcloud config set core/disable_usage_reporting true && \ | ||
gcloud config set component_manager/disable_update_check true && \ | ||
gcloud config set metrics/environment github_docker_image && \ | ||
gcloud --version | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] | ||
CMD ["/tmp/docker_nightly_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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
FROM prestashop/base:7.3-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
ENV PS_VERSION 1.7.8.x | ||
|
||
ENV PATH /root/google-cloud-sdk/bin/:$PATH | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
RUN apt -y install \ | ||
python3 \ | ||
curl \ | ||
bash | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
RUN curl -sSL https://sdk.cloud.google.com | bash | ||
RUN gcloud config set core/disable_usage_reporting true && \ | ||
gcloud config set component_manager/disable_update_check true && \ | ||
gcloud config set metrics/environment github_docker_image && \ | ||
gcloud --version | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] | ||
CMD ["/tmp/docker_nightly_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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
FROM prestashop/base:7.4-apache | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
ENV PS_VERSION 1.7.8.x | ||
|
||
ENV PATH /root/google-cloud-sdk/bin/:$PATH | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
RUN apt -y install \ | ||
python3 \ | ||
curl \ | ||
bash | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
RUN curl -sSL https://sdk.cloud.google.com | bash | ||
RUN gcloud config set core/disable_usage_reporting true && \ | ||
gcloud config set component_manager/disable_update_check true && \ | ||
gcloud config set metrics/environment github_docker_image && \ | ||
gcloud --version | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] | ||
CMD ["/tmp/docker_nightly_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 |
---|---|---|
@@ -1,10 +1,20 @@ | ||
FROM prestashop/base:7.4-fpm | ||
LABEL maintainer="PrestaShop Core Team <[email protected]>" | ||
|
||
ENV PS_VERSION 1.7.8.x | ||
|
||
ENV PATH /root/google-cloud-sdk/bin/:$PATH | ||
|
||
RUN apt update | ||
RUN apt -y install git | ||
RUN apt -y install \ | ||
python3 \ | ||
curl \ | ||
bash | ||
|
||
ENV PS_BRANCH=1.7.8.x | ||
ENV NODE_VERSION=v14.20.0 | ||
RUN curl -sSL https://sdk.cloud.google.com | bash | ||
RUN gcloud config set core/disable_usage_reporting true && \ | ||
gcloud config set component_manager/disable_update_check true && \ | ||
gcloud config set metrics/environment github_docker_image && \ | ||
gcloud --version | ||
|
||
CMD ["/tmp/docker_branch_run.sh"] | ||
CMD ["/tmp/docker_nightly_run.sh"] |
Oops, something went wrong.