Skip to content

Commit f64d045

Browse files
authored
Add requirements for Docker image in examples (#756)
Problems: - For security, we want to use Docker images we can trust -- either managed by NGINX or F5 or an official Docker images. - We want contributors to be aware of that requirement. Solution: - Add requirements to the developer docs.
1 parent 4e293d7 commit f64d045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/developer/implementing-a-feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ practices to ensure a successful feature development process.
3636
the [Gateway API Compatibility](/docs/gateway-api-compatibility.md) documentation.
3737
- **New Use Case:** If your feature introduces a new use case, add an example of how to use it in
3838
the [examples](/examples) directory. This example will help users understand how to leverage the new feature.
39+
> For security, a Docker image used in an example must be either managed by F5/NGINX or be an [official image](https://docs.docker.com/docker-hub/official_images/).
3940
- **Installation Changes**: If your feature involves changes to the installation process of NKG, update
4041
the [installation](/docs/installation.md) documentation.
4142
- **Command-line Changes**: If your feature introduces or changes a command-line flag or subcommand, update

0 commit comments

Comments
 (0)