webhook is an important feature for image repository especially for CICD flow. and harbor should support webhook not only the push image event but also scan image , replicate image or deleting image event.
the feature should support:
the work flow should like:

the hook message like:
{
"events": [
{
"project": "prj",
"repoName": "repo1",
"tag": "latest",
"fullName": "prj/repo1",
"triggerTime": 158322233213,
"imageId": "9e2c9d5f44efbb6ee83aecd17a120c513047d289d142ec5738c9f02f9b24ad07",
"projectType": "PRIVATE",
"eventType","PUSH"
}
]
}
@steven-zou @fengchj
@mmpei
I'd like to suggest you convert it(or create a new epic) into an epic with linked issues. That will be easy to track the overall progress.
Is there an associated proposal for this? If not, do we need/want one?
@nlowe
Of course, @mmpei need to submit a proposal doc first.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
i have finished coding. and doing testing these days. i will show it when i finish all.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@mmpei Did this get included in 1.9.0?
yes, see the proposal here @MrMEEE
Most helpful comment
i have finished coding. and doing testing these days. i will show it when i finish all.