Skip to content

Add requirements for Docker image in examples #756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/developer/implementing-a-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ practices to ensure a successful feature development process.
the [Gateway API Compatibility](/docs/gateway-api-compatibility.md) documentation.
- **New Use Case:** If your feature introduces a new use case, add an example of how to use it in
the [examples](/examples) directory. This example will help users understand how to leverage the new feature.
> 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/).
- **Installation Changes**: If your feature involves changes to the installation process of NKG, update
the [installation](/docs/installation.md) documentation.
- **Command-line Changes**: If your feature introduces or changes a command-line flag or subcommand, update
Expand Down