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 in this repo are mainly organized in sub-directories.
See below for a list of the tools contained here.
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/