Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 234 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 234 Bytes

Builds a container image that outputs Hello World when run.

To build the image:

  1. In pom.xml or build.gradle, replace REPLACE-WITH-YOUR-GCP-PROJECT with your GCP project.

  2. Run mvn compile jib:build or ./gradlew jib.