From 5d72adee38a23bbccda194190faa1a72e52dbc04 Mon Sep 17 00:00:00 2001 From: averikitsch Date: Tue, 3 Mar 2020 11:08:20 -0800 Subject: [PATCH] Add jib plugin --- run/helloworld/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/run/helloworld/pom.xml b/run/helloworld/pom.xml index 11bca170d5a..5bc9fb21eec 100644 --- a/run/helloworld/pom.xml +++ b/run/helloworld/pom.xml @@ -68,6 +68,16 @@ limitations under the License. + + com.google.cloud.tools + jib-maven-plugin + 2.1.0 + + + gcr.io/PROJECT_ID/helloworld + + +