Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 3.22.1, 3.25.1, 3.29.2
-
Fix Version/s: None
-
Component/s: Webhooks
-
Labels:
-
Environment:OpenShift 3.11
registry.connect.redhat.com/sonatype/nexus-repository-manager:3.22.1-ubi-7
-
Story Points:5
-
Sprint:NXRM MadMax Sprint 27
-
Notability:3
-
InvestmentLayer:support-escalated
Description
When pushing a new Docker image to an existing tag in Nexus repository, no UPDATED event is triggered on component webhooks.
Reproduce:
- Create Webhook capability for hosted Docker repository and select "component" as event type.
- Upload a Docker image (will trigger CREATED event)
- Upload a new version of that image with the same name and tag
--> No UPDATED event will be created.
When selecting event type "asset", UPDATED events are triggered but the event does not contain information about the updated Docker tag but only the image digest.