Skip to content

[RHDEVDOCS-7037] Add example for triggering pipelines from image registry webhooks - #119630

Open
preetma-redhat wants to merge 1 commit into
openshift:pipelines-docs-mainfrom
preetma-redhat:rhdevdocs-7037-image-registry-webhook-triggers
Open

[RHDEVDOCS-7037] Add example for triggering pipelines from image registry webhooks#119630
preetma-redhat wants to merge 1 commit into
openshift:pipelines-docs-mainfrom
preetma-redhat:rhdevdocs-7037-image-registry-webhook-triggers

Conversation

@preetma-redhat

Copy link
Copy Markdown

Summary

  • Adds a procedure for starting a PipelineRun from a Red Hat Quay / Quay.io Repository Push webhook, which is the supported way to rebuild when a mirrored registry.redhat.io image is updated.
  • Includes TriggerBinding, TriggerTemplate, EventListener, route, Quay notification steps, and a sample curl payload for verification.
  • Case: 04322735. Jira: https://redhat.atlassian.net/browse/RHDEVDOCS-7037

Test plan

  • Preview the Creating CI/CD solutions for applications using Pipelines assembly and confirm the new Triggering a pipeline from an image registry webhook section renders after Creating webhooks.
  • Confirm AsciiDoc attributes ({pipelines-shortname}, {pipelines-title}) resolve and there are no unresolved {registry-redhat-io} placeholders.
  • Optional: apply the sample YAML on a cluster with OpenShift Pipelines, expose el-image-push, POST the sample JSON, and check tkn pipelinerun list (requires a rebuild-application-image pipeline or an edited pipelineRef).

Made with Cursor

…stry webhooks

Document how to start a PipelineRun from a Quay repository-push notification so rebuilds can follow Red Hat base-image updates.

Co-authored-by: Cursor <cursoragent@cursor.com>
@openshift-ci openshift-ci Bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 9, 2026
@openshift-ci

openshift-ci Bot commented Sep 9, 2026

Copy link
Copy Markdown

Hi @preetma-redhat. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

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

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants