Skip to content

Commit 2a7d155

Browse files
authored
Add jib plugin (GoogleCloudPlatform#2299)
1 parent 84f4def commit 2a7d155

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

run/helloworld/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ limitations under the License.
6868
</execution>
6969
</executions>
7070
</plugin>
71+
<plugin>
72+
<groupId>com.google.cloud.tools</groupId>
73+
<artifactId>jib-maven-plugin</artifactId>
74+
<version>2.1.0</version>
75+
<configuration>
76+
<to>
77+
<image>gcr.io/PROJECT_ID/helloworld</image>
78+
</to>
79+
</configuration>
80+
</plugin>
7181
</plugins>
7282
</build>
7383
</project>

0 commit comments

Comments
 (0)