From commits-return-5054-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Fri Jun 22 02:05:42 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 41D4318062B for ; Fri, 22 Jun 2018 02:05:42 +0200 (CEST) Received: (qmail 71551 invoked by uid 500); 22 Jun 2018 00:05:41 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 71537 invoked by uid 99); 22 Jun 2018 00:05:41 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2018 00:05:41 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C0A19850B6; Fri, 22 Jun 2018 00:05:40 +0000 (UTC) Date: Fri, 22 Jun 2018 00:05:40 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk] branch master updated: add build gradle file for actionproxy image tool (#3793) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152962594037.22589.16072420085983483905@gitbox.apache.org> From: rabbah@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 92a64c291156a2cd3d6b304babc2a193a46d0699 X-Git-Newrev: 05fca705aefb4da0f0671bc9e4128d5132ab6958 X-Git-Rev: 05fca705aefb4da0f0671bc9e4128d5132ab6958 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git The following commit(s) were added to refs/heads/master by this push: new 05fca70 add build gradle file for actionproxy image tool (#3793) 05fca70 is described below commit 05fca705aefb4da0f0671bc9e4128d5132ab6958 Author: Carlos Santana AuthorDate: Thu Jun 21 20:05:36 2018 -0400 add build gradle file for actionproxy image tool (#3793) --- tools/actionProxy/build.gradle | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tools/actionProxy/build.gradle b/tools/actionProxy/build.gradle new file mode 100644 index 0000000..19eea61 --- /dev/null +++ b/tools/actionProxy/build.gradle @@ -0,0 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +ext.dockerImageName = 'actionproxy' +apply from: '../../gradle/docker.gradle'