Reputation: 201
Looking for a solution to this use case
How is it possible to have a webhook or some kind of mechanish for letting Jenkins know there is a new push to OCIR?
Upvotes: 0
Views: 233
Reputation: 56
We can listen to the OCI container registry events via Service Connector. You can configure Service Connector to invoke your custom functions on a specific event 'Container Image - Upload' under service name 'Registry'.
You can find a sample illustration below to perform some custom tasks during an image upload to OCI Container Registry.
Ref: https://github.com/RahulMR42/oci-devops-deploy-on-imageupload
Upvotes: 0
Reputation: 174
This blog post walks you thru how to set up a continuous pipeline that may be able to be used in full or in part to accomplish this
Upvotes: 0