You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add requirements for Docker image in examples (nginx#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.
Copy file name to clipboardExpand all lines: docs/developer/implementing-a-feature.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ practices to ensure a successful feature development process.
36
36
the [Gateway API Compatibility](/docs/gateway-api-compatibility.md) documentation.
37
37
-**New Use Case:** If your feature introduces a new use case, add an example of how to use it in
38
38
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/).
39
40
-**Installation Changes**: If your feature involves changes to the installation process of NKG, update
40
41
the [installation](/docs/installation.md) documentation.
41
42
-**Command-line Changes**: If your feature introduces or changes a command-line flag or subcommand, update
0 commit comments