GoogleCloudPlatform / runtimes-common

Common tools used by the GCP runtimes.
Apache License 2.0
94 stars 53 forks source link
appengine docker gcp google tools

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.

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/