Skip to content

Instantly share code, notes, and snippets.

@joedayz
Created May 19, 2019 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joedayz/df2f68984ab37bd1b40ff5c4b81f454e to your computer and use it in GitHub Desktop.
Save joedayz/df2f68984ab37bd1b40ff5c4b81f454e to your computer and use it in GitHub Desktop.
Plugin de JIB
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>0.9.0</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