Skip to content

Instantly share code, notes, and snippets.

@olegchir
Created July 16, 2018 12:34
Show Gist options
  • Save olegchir/c2631e9f3ee3089e313e931792411837 to your computer and use it in GitHub Desktop.
Save olegchir/c2631e9f3ee3089e313e931792411837 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>0.9.6</version>
<configuration>
<to>
<image>gcr.io/my-project/image-built-with-jib</image>
</to>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment