All Projects → GoogleCloudPlatform → Runtimes Common

GoogleCloudPlatform / Runtimes Common

Licence: apache-2.0
Common tools used by the GCP runtimes.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Runtimes Common

deploy-appengine
A GitHub Action that deploys source code to Google App Engine.
Stars: ✭ 184 (+113.95%)
Mutual labels:  appengine, gcp
Gifee
Google's Infrastructure for Everyone Else
Stars: ✭ 370 (+330.23%)
Mutual labels:  gcp, google
spring-cloud-gcp-guestbook
No description or website provided.
Stars: ✭ 55 (-36.05%)
Mutual labels:  appengine, gcp
Yawp
Kotlin/Java API framework for Google Appengine
Stars: ✭ 136 (+58.14%)
Mutual labels:  gcp, appengine
Meteor Google Cloud
Automate Meteor deployments on Google Cloud App Engine Flexible
Stars: ✭ 32 (-62.79%)
Mutual labels:  gcp, google
Infracost
Cloud cost estimates for Terraform in pull requests💰📉 Love your cloud bill!
Stars: ✭ 4,505 (+5138.37%)
Mutual labels:  gcp, google
Fake Gcs Server
Google Cloud Storage emulator & testing library.
Stars: ✭ 316 (+267.44%)
Mutual labels:  gcp, google
Goth
Elixir package for Oauth authentication via Google Cloud APIs
Stars: ✭ 191 (+122.09%)
Mutual labels:  gcp, google
Fsfirestore
Functional F# library to access Firestore database hosted on Google Cloud Platform (GCP) or Firebase.
Stars: ✭ 22 (-74.42%)
Mutual labels:  gcp, google
Djangae
The best way to run Django on Google Cloud. This project is now on GitLab: https://gitlab.com/potato-oss/djangae/djangae
Stars: ✭ 576 (+569.77%)
Mutual labels:  appengine, google
Drone Gae
Drone plugin for managing deployments and services on Google App Engine (GAE)
Stars: ✭ 96 (+11.63%)
Mutual labels:  gcp, appengine
Gradle Gae Plugin
Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Stars: ✭ 62 (-27.91%)
Mutual labels:  appengine, google
Ccat
Cloud Container Attack Tool (CCAT) is a tool for testing security of container environments.
Stars: ✭ 300 (+248.84%)
Mutual labels:  gcp, google
Cloud Functions Go
Unofficial Native Go Runtime for Google Cloud Functions
Stars: ✭ 427 (+396.51%)
Mutual labels:  gcp, google
Docs Examples
Open in Cloud Shell Examples for the Google provider docs
Stars: ✭ 50 (-41.86%)
Mutual labels:  gcp, google
Cloudprober
An active monitoring software to detect failures before your customers do.
Stars: ✭ 1,269 (+1375.58%)
Mutual labels:  gcp, google
Google It Automation
google it automation with python professional certificate
Stars: ✭ 81 (-5.81%)
Mutual labels:  google
Tf Mobilenet V2
Mobilenet V2(Inverted Residual) Implementation & Trained Weights Using Tensorflow
Stars: ✭ 85 (-1.16%)
Mutual labels:  google
Accessibilitools
UI tools to help make your Android app accessible.
Stars: ✭ 81 (-5.81%)
Mutual labels:  tools
Metasearch
Search aggregator for Slack, Google Docs, GitHub, and more 🔍
Stars: ✭ 81 (-5.81%)
Mutual labels:  google

runtimes-common

This repository contains common tools and scripts for working with containers.

The primary use is for small tools used to build, test and distribute container images by GCP engineers, although other users might find them useful as well.

If you're looking for the container structure tests, check out our new dedicated repo.

Projects

Projects in this repo are mainly organized in sub-directories.

See below for a list of the tools contained here.

  • FTL - A set of tools for building language-runtime focused images "faster-than-light".
  • Integration Tests - A set of tools for testing the functionality of language-based application containers on GCP.
  • reconciletags - A source-based workflow tool for managing the tags on container images in GCR.
  • runtime_builders - A tool for releasing sets of container images.
  • check_if_image_tag_exists - A Cloud Build step to help prevent overwriting images.
  • containerregistry testing - A Python library for testing containerregistry.

Developing

You'll most likely need the bazel tool to build the code in this repository. Follow these instructions to install and configure bazel.

We provide a pre-commit git hook for convenience. Please install this before sending any commits via:

ln -s $(pwd)/hack/hooks/* .git/hooks/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].