Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T22:45:03.000Z (7 months ago)
- Last Synced: 2024-04-20T22:51:22.748Z (7 months ago)
- Topics: google-cloud-run, hello-world
- Language: Go
- Homepage: https://cloud.run
- Size: 137 KB
- Stars: 94
- Watchers: 6
- Forks: 127
- Open Issues: 2
-
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`