app.image.query¶
Sent on app.image changes.
AppImageAddedEvent
Type: objectNo Additional Properties
Id
Type: stringAppImageEntry
Type: objectNo Additional Properties
Id
Type: stringUnique identifier for the container image (usually SHA256 hash).
Must be at least 1 characters long
Repo Tags
Type: array of stringArray of repository tags associated with this image.
No Additional ItemsEach item of this array must be:
Repo Digests
Type: array of stringArray of repository digests (content-addressable identifiers) for this image.
No Additional ItemsEach item of this array must be:
Size
Type: integerSize of the container image in bytes.
Dangling
Type: booleanWhether this is a dangling image (no tags or references).
Update Available
Type: booleanWhether a newer version of this image is available for download.
Created
Timestamp when the container image was created (ISO format) or null if not available.
Author
Author or maintainer of the container image or null if not specified.
Comment
Comment or description provided by the image author or null if not provided.
Parsed Repo Tags
Default: nullParsed repository tag information or null if not available.
No Additional Items
Each item of this array must be:
AppImageParsedRepoTags
Type: objectNo Additional Properties
Reference
Type: stringFull reference to the container image (registry/repository:tag).
Image
Type: stringContainer image name without registry or tag.
Tag
Type: stringImage tag (version) or digest identifier.
Registry
Type: stringContainer registry hostname (e.g., docker.io, quay.io).
Complete Tag
Type: stringComplete image reference including registry, image name, and tag.
Reference Is Digest
Type: booleanWhether the reference uses a digest hash instead of a tag name.
AppImageChangedEvent
Type: objectNo Additional Properties
Id
Type: stringAppImageEntry
Type: objectNo Additional Properties
Id
Type: stringUnique identifier for the container image (usually SHA256 hash).
Must be at least 1 characters long
Repo Tags
Type: array of stringArray of repository tags associated with this image.
No Additional ItemsEach item of this array must be:
Repo Digests
Type: array of stringArray of repository digests (content-addressable identifiers) for this image.
No Additional ItemsEach item of this array must be:
Size
Type: integerSize of the container image in bytes.
Dangling
Type: booleanWhether this is a dangling image (no tags or references).
Update Available
Type: booleanWhether a newer version of this image is available for download.
Created
Timestamp when the container image was created (ISO format) or null if not available.
Author
Author or maintainer of the container image or null if not specified.
Comment
Comment or description provided by the image author or null if not provided.
Parsed Repo Tags
Default: nullParsed repository tag information or null if not available.
No Additional Items
Each item of this array must be:
AppImageParsedRepoTags
Type: objectNo Additional Properties
Reference
Type: stringFull reference to the container image (registry/repository:tag).
Image
Type: stringContainer image name without registry or tag.
Tag
Type: stringImage tag (version) or digest identifier.
Registry
Type: stringContainer registry hostname (e.g., docker.io, quay.io).
Complete Tag
Type: stringComplete image reference including registry, image name, and tag.
Reference Is Digest
Type: booleanWhether the reference uses a digest hash instead of a tag name.
AppImageRemovedEvent
Type: objectNo Additional Properties
Id
Type: stringRequired roles: APPS_READ