mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 09:16:48 +00:00
- Removes use of "our" from CONTRIBUTING guide - Updates/adds README.md files - Commnents and typo fix in watchdog - Adds good/bad examples of commit messages Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
11 lines
489 B
Markdown
11 lines
489 B
Markdown
## contrib
|
|
|
|
This folder contains miscellaneous scripts and packages for CI, development and custom Docker images.
|
|
|
|
* Hack on the UI Portal with [HACK.md](./HACK.md)
|
|
* Deploy a [Grafana dashboard](./grafana.json)
|
|
* Build and publish all project images for ARMHF with [publish-armhf.sh](./publish-armhf.sh)
|
|
* Run experimental end-to-end tests with Docker in Docker with [dind.sh](./dind.sh)
|
|
|
|
Custom Docker images for ARMHF/ARM64 are available for AlertManager and Prometheus in this folder.
|