[C33 - INT-764] Add docker image to events v4 endpoint#236
Merged
jenip13 merged 3 commits intoJul 21, 2026
Conversation
mataai
requested review from
aaparent,
aviau,
ihassanein,
ireydiak,
jenip13 and
xvaier
as code owners
July 21, 2026 17:48
Contributor
|
Could you add the screenshots in the MR description ? |
mataai
force-pushed
the
matei/int-764-create-docker_image-event-type
branch
from
July 21, 2026 18:30
fa0466d to
69f6397
Compare
jenip13
reviewed
Jul 21, 2026
jenip13
reviewed
Jul 21, 2026
| "event_type": "docker_image", | ||
| "data": { | ||
| "content": "Docker image description", | ||
| "digest": "sha256:e4b991038fd226016a60046db2109bf634f7f4b4ea9a2c548b559d3652e4cc38", |
Contributor
Author
There was a problem hiding this comment.
it's the actual hash of one of our flared/docker releases.
jenip13
reviewed
Jul 21, 2026
|
|
||
| import DockerImageExample from '/snippets/event_model_examples/docker_image.mdx' | ||
|
|
||
| The `docker_image` type represents a Docker image manifest that has been recently created or updated. Image manifests are scanned for identifiers and secrets. |
Contributor
There was a problem hiding this comment.
The first sentence could be: The docker_image type represents a Docker image discovered on Docker Hub
jenip13
reviewed
Jul 21, 2026
|
|
||
| The `docker_image` type represents a Docker image manifest that has been recently created or updated. Image manifests are scanned for identifiers and secrets. | ||
|
|
||
| <DockerImageExample /> |
Contributor
There was a problem hiding this comment.
nit: it would be nice to add
Each record corresponds to a single image and may include:
- The image digest and the tags it is published under, with their repository names.
- Platform details (architecture and operating system).
- When the image was last pushed and last pulled.
- The raw image manifest content.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.