Skip to content

Resolve unchecked error returns and remove lint suppressions#9013

Draft
pdabelf5 wants to merge 2 commits intomainfrom
chore/lint-issues
Draft

Resolve unchecked error returns and remove lint suppressions#9013
pdabelf5 wants to merge 2 commits intomainfrom
chore/lint-issues

Conversation

@pdabelf5
Copy link
Collaborator

@pdabelf5 pdabelf5 commented Jan 30, 2026

  • Fix all Priority 1 errcheck lint issues (9 total)
  • Remove //nolint:errcheck,gosec suppressions and replace with proper error handling
  • Update event handler methods to return errors consistently:
    • addServiceHandler, addEndpointSliceHandler, addTransportServerHandler
    • addPolicyHandler, addAppProtectPolicyHandler, addAppProtectLogConfHandler
    • addAppProtectUserSigHandler, addAppProtectDosPolicyHandler, addAppProtectDosLogConfHandler
    • addAppProtectDosProtectedResourceHandler, addNamespaceHandler, addIngressLinkHandler
  • Update function signatures and all callers to handle error returns
  • Add proper error context and logging for failed event handler registrations
  • Fix HTTP readiness handler to check fmt.Fprintln error return
  • Fix test cleanup in template tests to handle snaps.Clean errors
  • Add missing fmt imports where needed
  • Ensure consistent error handling across all Kubernetes informer registrations
  • Properly handle cases when event handler registration fails, preventing silent failures
  • Note: Increased cyclomatic complexity in newNamespacedInformer from 22→24 due to proper error handling

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

- Fix all Priority 1 errcheck lint issues (9 total)
- Remove //nolint:errcheck,gosec suppressions and replace with proper error handling
- Update event handler methods to return errors consistently:
  - addServiceHandler, addEndpointSliceHandler, addTransportServerHandler
  - addPolicyHandler, addAppProtectPolicyHandler, addAppProtectLogConfHandler
  - addAppProtectUserSigHandler, addAppProtectDosPolicyHandler, addAppProtectDosLogConfHandler
  - addAppProtectDosProtectedResourceHandler, addNamespaceHandler, addIngressLinkHandler
- Update function signatures and all callers to handle error returns
- Add proper error context and logging for failed event handler registrations
- Fix HTTP readiness handler to check fmt.Fprintln error return
- Fix test cleanup in template tests to handle snaps.Clean errors
- Add missing fmt imports where needed
- Ensure consistent error handling across all Kubernetes informer registrations
- Properly handle cases when event handler registration fails, preventing silent failures
- Note: Increased cyclomatic complexity in newNamespacedInformer from 22→24 due to proper error handling
@github-actions github-actions bot added go Pull requests that update Go code chore Pull requests for routine tasks labels Jan 30, 2026
@pdabelf5 pdabelf5 self-assigned this Jan 30, 2026
@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

❌ Patch coverage is 3.38983% with 114 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.77%. Comparing base (c15ff6d) to head (3e924c7).
⚠️ Report is 28 commits behind head on main.

Files with missing lines Patch % Lines
internal/k8s/controller.go 0.00% 52 Missing ⚠️
internal/k8s/appprotect_dos.go 0.00% 12 Missing ⚠️
internal/k8s/appprotect_waf.go 0.00% 12 Missing ⚠️
internal/k8s/namespace.go 0.00% 9 Missing ⚠️
internal/certmanager/cm_controller.go 36.36% 5 Missing and 2 partials ⚠️
internal/k8s/endpoint_slice.go 0.00% 4 Missing ⚠️
internal/k8s/ingress_link.go 0.00% 4 Missing ⚠️
internal/k8s/policy.go 0.00% 4 Missing ⚠️
internal/k8s/service.go 0.00% 4 Missing ⚠️
internal/k8s/transport_server.go 0.00% 4 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9013      +/-   ##
==========================================
- Coverage   53.95%   53.77%   -0.19%     
==========================================
  Files          91       92       +1     
  Lines       18692    18751      +59     
==========================================
- Hits        10086    10083       -3     
- Misses       8075     8135      +60     
- Partials      531      533       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

Package Report

Details gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx, 1.29.4-1~trixie, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-module-njs, 1.29.4+0.9.4-1~trixie, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-module-otel, 1.29.4+0.1.2-1~trixie, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-agent, 3.6.2~trixie, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx, 1.29.4-1~trixie, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-module-njs, 1.29.4+0.9.4-1~trixie, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-module-otel, 1.29.4+0.1.2-1~trixie, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-agent, 3.6.2~trixie, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-njs, 36+0.9.5-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-otel, 36+0.1.2-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-fips-check, 36+0.1-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-agent, 3.6.2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus, 36-2~bookworm, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-njs, 36+0.9.5-1~bookworm, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-otel, 36+0.1.2-1~bookworm, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-fips-check, 36+0.1-1~bookworm, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-agent, 3.6.2~bookworm, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-njs, 36+0.9.5-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-otel, 36+0.1.2-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-fips-check, 36+0.1-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-appprotect, 36+5.575.0-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect, 36+5.575.0-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect-attack-signatures, 2026.01.29-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect-threat-campaigns, 2026.01.29-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-agent, 2.45.1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-njs, 36+0.9.5-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-otel, 36+0.1.2-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-fips-check, 36+0.1-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-appprotect, 36+5.575.0-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect-module-plus, 36+5.575.0-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect-plugin, 6.25.0-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-agent, 2.45.1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-njs, 36+0.9.5-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-otel, 36+0.1.2-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-fips-check, 36+0.1-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-appprotectdos, 36+4.8.3-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect-dos, 36+4.8.3-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-njs, 36+0.9.5-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-otel, 36+0.1.2-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-fips-check, 36+0.1-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-appprotect, 36+5.575.0-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect, 36+5.575.0-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect-attack-signatures, 2026.01.29-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect-threat-campaigns, 2026.01.29-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-plus-module-appprotectdos, 36+4.8.3-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, app-protect-dos, 36+4.8.3-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7, nginx-agent, 2.45.1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx, 1.29.4-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-module-njs, 1.29.4.0.9.4-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-module-otel, 1.29.4.0.1.2-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-agent, 3.6.2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx, 1.29.4-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-module-njs, 1.29.4.0.9.4-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-module-otel, 1.29.4.0.1.2-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-agent, 3.6.2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-plus, 36-r2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-plus-module-njs, 36.0.9.5-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-plus-module-otel, 36.0.1.2-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-plus-module-fips-check, 36.0.1-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-agent, 3.6.2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-plus, 36-r2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-plus-module-njs, 36.0.9.5-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-plus-module-otel, 36.0.1.2-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-plus-module-fips-check, 36.0.1-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine, nginx-agent, 3.6.2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus, 36-r2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-njs, 36.0.9.5-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-otel, 36.0.1.2-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-fips-check, 36.0.1-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-agent, 3.6.2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus, 36-r2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-njs, 36.0.9.5-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-otel, 36.0.1.2-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-fips-check, 36.0.1-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-agent, 3.6.2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus, 36-r2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-njs, 36.0.9.5-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-otel, 36.0.1.2-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-fips-check, 36.0.1-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-agent, 2.45.1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-appprotect, 36.5.575.0-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, app-protect, 36.5.575.0-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, app-protect-attack-signatures, 2026.01.29-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, app-protect-threat-campaigns, 2026.01.29-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus, 36-r2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-njs, 36.0.9.5-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-otel, 36.0.1.2-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-fips-check, 36.0.1-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-agent, 2.45.1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, nginx-plus-module-appprotect, 36.5.575.0-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, app-protect-module-plus, 36.5.575.0-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-alpine-fips, app-protect-plugin, 6.25.0-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx, 1.29.4-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-module-njs, 1.29.4+0.9.5-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-module-otel, 1.29.4+0.1.2-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-agent, 3.6.2-1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx, 1.29.4-1.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-module-njs, 1.29.4+0.9.5-1.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-module-otel, 1.29.4+0.1.2-1.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-agent, 3.6.2-1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus, 36-2.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-njs, 36+0.9.5-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-otel, 36+0.1.2-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-fips-check, 36+0.1-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-agent, 3.6.2-1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus, 36-2.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-njs, 36+0.9.5-1.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-otel, 36+0.1.2-1.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-fips-check, 36+0.1-1.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-agent, 3.6.2-1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus, 36-2.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-njs, 36+0.9.5-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-otel, 36+0.1.2-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-fips-check, 36+0.1-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-agent, 2.45.1-1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-appprotect, 36+5.575.0-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect, 36+5.575.0-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect-attack-signatures, 2026.01.29-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect-threat-campaigns, 2026.01.29-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus, 36-2.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-njs, 36+0.9.5-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-otel, 36+0.1.2-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-fips-check, 36+0.1-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-agent, 2.45.1-1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-appprotect, 36+5.575.0-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect-module-plus, 36+5.575.0-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect-plugin, 6.25.0-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus, 36-2.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus-module-njs, 36+0.9.5-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus-module-otel, 36+0.1.2-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus-module-fips-check, 36+0.1-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-agent, 2.45.1-1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus-module-appprotect, 36+5.575.0-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, app-protect, 36+5.575.0-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, app-protect-attack-signatures, 2026.01.29-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, app-protect-threat-campaigns, 2026.01.29-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus, 36-2.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus-module-njs, 36+0.9.5-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus-module-otel, 36+0.1.2-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus-module-fips-check, 36+0.1-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-agent, 2.45.1-1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, nginx-plus-module-appprotect, 36+5.575.0-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, app-protect-module-plus, 36+5.575.0-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi8, app-protect-plugin, 6.25.0-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus, 36-2.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-njs, 36+0.9.5-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-otel, 36+0.1.2-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-fips-check, 36+0.1-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-appprotectdos, 36+4.8.3-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect-dos, 36+4.8.3-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus, 36-2.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-njs, 36+0.9.5-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-otel, 36+0.1.2-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-fips-check, 36+0.1-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-appprotect, 36+5.575.0-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-plus-module-appprotectdos, 36+4.8.3-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, nginx-agent, 2.45.1-1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect, 36+5.575.0-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect-attack-signatures, 2026.01.29-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect-threat-campaigns, 2026.01.29-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-5ad0ce9bb4ea5d04f5d0ff8e0c26b4e7-ubi, app-protect-dos, 36+4.8.3-1.el9.ngx, x86_64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Pull requests for routine tasks go Pull requests that update Go code

Projects

Status: Todo ☑

Development

Successfully merging this pull request may close these issues.

1 participant