Skip to content
A curated list of resources about all things Cloud Run
Branch: master
Clone or download
Pull request Compare This branch is 16 commits behind steren:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md

README.md

Awesome Cloud Run Awesome

A curated list of resources about all things Cloud Run.

Inspired by the awesome list project.

Documentation

Quickstarts

Tutorials

Help

Building containers

  • Docker: docker build . --tag gcr.io/[PROJECT-ID]/[IMAGE] then docker push gcr.io/[PROJECT-ID]/[IMAGE]
  • Google Cloud Build: pay-per-use cloud-based docker and custom builds
  • Buildpacks: pack build to transform apps in popular languages to container images.
  • Java Jib: Build container images for your Java applications.

Tools

  • Secrets:
    • Berglas unofficial tool to manage secrets on Google Cloud
    • konfig to use Kubernetes configmaps and secrets with Cloud Run
  • GCR Cleaner: Delete untagged image refs in Google Container Registry, as a service

CI/CD

Integrations

  • Firebase Hosting: Static files, advanced path-based routing, and global CDN for Cloud Run
  • Twilio: Create a TwiML app to trigger a Cloud Run service from SMS message.

Containers

Language samples

Running popular software

Useful microservices

  • pdf: Transform Word documents to PDF.
  • screenshot: Take screenshots of webpages.
  • render: Render a Blender 3D scene with custom text.
  • meme: Generate meme images from a base image and text.
  • trace: Transform pixel images to SVG.
  • gcr-custom-domains: Expose gcr.io container registries on your custom domain names.
  • plantuml-image-converter: UML diagrams to images

Fun

You can’t perform that action at this time.