GoogleCloudPlatform / cloud-run-hello

Demo container for Google Cloud Run

Home Page:https://cloud.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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.

Run on Google Cloud

Hello job

A sample job implemented in Go and distributed as a public container image. It is used in the Cloud Run quickstart 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/

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.

  • Container Image: us-docker.pkg.dev/cloudrun/container/placeholder

About

Demo container for Google Cloud Run

https://cloud.run

License:Apache License 2.0


Languages

Language:Go 45.3%Language:HTML 43.9%Language:Dockerfile 10.9%