Skip to content

Make the CLA workflow more robust#8971

Draft
javorszky wants to merge 2 commits intomainfrom
chore/fix-cla-workflow
Draft

Make the CLA workflow more robust#8971
javorszky wants to merge 2 commits intomainfrom
chore/fix-cla-workflow

Conversation

@javorszky
Copy link
Contributor

Proposed changes

The CLA workflow was failing when the PR author copied the required CLA text and added extra punctuation to the beginning or end of the text.

The change moves the check to use 'contains' instead of 'equals', which will make it more robust against tiny mistakes.

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

The CLA workflow was failing when the PR author copied the required CLA
text and added extra punctuation to the beginning or end of the text.

The change moves the check to use 'contains' instead of 'equals', which
will make it more robust against tiny mistakes.
@javorszky javorszky requested a review from a team as a code owner January 26, 2026 09:50
Copilot AI review requested due to automatic review settings January 26, 2026 09:50
@github-actions github-actions bot added github_actions Pull requests that update Github_actions code chore Pull requests for routine tasks labels Jan 26, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the robustness of the F5 CLA workflow by changing the text matching logic from exact equality to substring matching. This prevents workflow failures when contributors add extra punctuation or whitespace to the CLA agreement text.

Changes:

  • Modified the CLA workflow condition to use contains() instead of exact equality (==) for matching the CLA agreement text

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.92%. Comparing base (c15ff6d) to head (d5c9bd4).
⚠️ Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8971      +/-   ##
==========================================
- Coverage   53.95%   53.92%   -0.04%     
==========================================
  Files          91       92       +1     
  Lines       18692    18692              
==========================================
- Hits        10086    10080       -6     
- Misses       8075     8079       +4     
- 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.

@javorszky javorszky marked this pull request as draft January 26, 2026 09:56
@javorszky
Copy link
Contributor Author

Converted to draft for the time being

@github-actions
Copy link
Contributor

Package Report

Details gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx, 1.29.4-1~trixie, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-agent, 3.6.2~trixie, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx, 1.29.4-1~trixie, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-agent, 3.6.2~trixie, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus-module-njs, 36+0.9.4-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-agent, 3.6.2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus, 36-2~bookworm, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus-module-njs, 36+0.9.4-1~bookworm, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-agent, 3.6.2~bookworm, arm64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus-module-njs, 36+0.9.4-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, app-protect-attack-signatures, 2026.01.21-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, app-protect-threat-campaigns, 2026.01.21-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-agent, 2.45.1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus-module-njs, 36+0.9.4-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-agent, 2.45.1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus-module-njs, 36+0.9.4-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus, 36-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-plus-module-njs, 36+0.9.4-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, app-protect-attack-signatures, 2026.01.21-2~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, app-protect-threat-campaigns, 2026.01.21-1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, 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-feb6e45cb79ec9bd22d32bdd9d8c608f, nginx-agent, 2.45.1~bookworm, amd64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx, 1.29.4-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx-agent, 3.6.2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx, 1.29.4-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx-agent, 3.6.2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx-plus, 36-r2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx-plus-module-njs, 36.0.9.4-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx-agent, 3.6.2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx-plus, 36-r2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx-plus-module-njs, 36.0.9.4-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine, nginx-agent, 3.6.2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, nginx-plus, 36-r2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, nginx-plus-module-njs, 36.0.9.4-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, nginx-agent, 3.6.2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, nginx-plus, 36-r2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, nginx-plus-module-njs, 36.0.9.4-r1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, nginx-agent, 3.6.2, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, nginx-plus, 36-r2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, nginx-plus-module-njs, 36.0.9.4-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, app-protect-attack-signatures, 2026.01.21-r2, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, app-protect-threat-campaigns, 2026.01.21-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-alpine-fips, nginx-plus-module-njs, 36.0.9.4-r1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx, 1.29.4-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-agent, 3.6.2-1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx, 1.29.4-1.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-agent, 3.6.2-1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-plus, 36-2.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-plus-module-njs, 36+0.9.4-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-agent, 3.6.2-1, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-plus, 36-2.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-plus-module-njs, 36+0.9.4-1.el9.ngx, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-agent, 3.6.2-1, aarch64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-plus-module-njs, 36+0.9.4-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, app-protect-attack-signatures, 2026.01.21-2.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, app-protect-threat-campaigns, 2026.01.21-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-plus-module-njs, 36+0.9.4-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi8, nginx-plus-module-njs, 36+0.9.4-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi8, app-protect-attack-signatures, 2026.01.21-2.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi8, app-protect-threat-campaigns, 2026.01.21-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi8, nginx-plus-module-njs, 36+0.9.4-1.el8.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-plus-module-njs, 36+0.9.4-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, nginx-plus-module-njs, 36+0.9.4-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-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-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, app-protect-attack-signatures, 2026.01.21-2.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-ubi, app-protect-threat-campaigns, 2026.01.21-1.el9.ngx, x86_64
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-dos-nap/nginx-plus-ingress:t-feb6e45cb79ec9bd22d32bdd9d8c608f-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 github_actions Pull requests that update Github_actions code

Projects

Status: Todo ☑

Development

Successfully merging this pull request may close these issues.

3 participants