You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change run samples to use Jib
* update readme
* fix pom format
* readme format
* fix pom format
* change kokoro to build jib
* change kokoro to build jib
* Add base image
* Format
* Add clean up step
* Add region tags
* remove beta command
* Update ReadMes
* Add region tag back
* Update build names
* add back cloud run button
* Update run instructions
* Update version
* Update port
* Add region tags and fix lint
Copy file name to clipboardExpand all lines: run/README.md
+56-56Lines changed: 56 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,59 +21,68 @@ This directory contains samples for [Google Cloud Run](https://cloud.run). [Clou
21
21
22
22
For more Cloud Run samples beyond Java, see the main list in the [Cloud Run Samples repository](https://github.com/GoogleCloudPlatform/cloud-run-samples).
23
23
24
+
## Jib
25
+
26
+
These samples use [Jib](https://github.com/GoogleContainerTools/jib) to
27
+
build Docker images using common Java tools. Jib optimizes container builds
28
+
without the need for a Dockerfile or having [Docker](https://www.docker.com/)
29
+
installed. Learn more about [how Jib works](https://github.com/GoogleContainerTools/jib).
30
+
24
31
## Setup
25
32
26
33
1.[Set up for Cloud Run development](https://cloud.google.com/run/docs/setup)
0 commit comments