This repository houses the Docker image build contents for (some) applications that run on Kubernetes. Specifically, it houses the build content and rules for any applications that require custom built Docker images.
Each directory should include:
- a top-level README describing the contents
- a Makefile with a
make push
rule that will push togcr.io/google_containers
(it has to be something that @k8s-oncall can push to).
When in doubt, see the official Kubernetes contributing guidelines.
You or the reviewer can merge on a single LGTM. After you submit a PR, mention @k8s-oncall to get the image pushed (if you or the merger aren't able).
If you've submitted an image to this repo and will maintain it actively, consider asking to join the application-images-maintainers team.