This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a commit to branch refactor_github_workflows
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/refactor_github_workflows by 
this push:
     new 974f704a2 arg
974f704a2 is described below

commit 974f704a21a511ae8bfa671f11fef06c7fdaf858
Author: Yingchun Lai <[email protected]>
AuthorDate: Fri Jun 24 15:47:41 2022 +0800

    arg
---
 docker/thirdparties-bin/Dockerfile | 2 ++
 docker/thirdparties-src/Dockerfile | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/docker/thirdparties-bin/Dockerfile 
b/docker/thirdparties-bin/Dockerfile
index a1bd15ee7..20cc86b60 100644
--- a/docker/thirdparties-bin/Dockerfile
+++ b/docker/thirdparties-bin/Dockerfile
@@ -15,6 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
+ARG GITHUB_BRANCH=master
+ARG GITHUB_REPOSITORY_URL=https://github.com/apache/incubator-pegasus.git
 ARG OS_VERSION=centos7
 
 FROM apache/pegasus:thirdparties-src as builder
diff --git a/docker/thirdparties-src/Dockerfile 
b/docker/thirdparties-src/Dockerfile
index 0ca07b4b9..a62f3cff8 100644
--- a/docker/thirdparties-src/Dockerfile
+++ b/docker/thirdparties-src/Dockerfile
@@ -15,6 +15,9 @@
 # specific language governing permissions and limitations
 # under the License.
 
+ARG GITHUB_BRANCH=master
+ARG GITHUB_REPOSITORY_URL=https://github.com/apache/incubator-pegasus.git
+
 FROM apache/pegasus:build-env-centos7 as builder
 
 WORKDIR /root


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to