https://github.com/googlecloudplatform/cloud-run-hello
Demo container for Google Cloud Run
https://github.com/googlecloudplatform/cloud-run-hello
google-cloud-run hello-world
Last synced: 5 months ago
JSON representation
Demo container for Google Cloud Run
- Host: GitHub
- URL: https://github.com/googlecloudplatform/cloud-run-hello
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2019-07-09T20:40:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T16:27:25.000Z (5 months ago)
- Last Synced: 2025-05-16T00:07:14.929Z (5 months ago)
- Topics: google-cloud-run, hello-world
- Language: Go
- Homepage: https://cloud.run
- Size: 149 KB
- Stars: 101
- Watchers: 26
- Forks: 151
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Run "Hello" container source code
This repository contains the source code of multiple sample applications.
## Hello service
A sample service implemented in Go and distributed as a public container image. It is used in the [Cloud Run quickstart](https://cloud.google.com/run/docs/quickstarts/deploy-container) and is a suggested container image in the Cloud Run UI on Cloud Console.
* **Container Image:** `us-docker.pkg.dev/cloudrun/container/hello`
### Configuration Options
Set the `COLOR` environment variable to a valid CSS color to change the background color.
## Hello job
A sample job implemented in Go and distributed as a public container image. It is used in the [Cloud Run quickstart](https://cloud.google.com/run/docs/quickstarts/jobs/create-execute) and is a suggested container image in the Cloud Run UI on Cloud Console.
* **Container Image:** `us-docker.pkg.dev/cloudrun/container/hello-job`
* **Source Code:** [job/](job/)## Placeholder service
A sample service implemented in Go and distributed as a public container image. It is used to create a placeholder revision when setting up [Continuous Deployment](https://cloud.google.com/run/docs/continuous-deployment-with-cloud-build).
* **Container Image:** `us-docker.pkg.dev/cloudrun/container/placeholder`