Skip to content

Track container image metadata in sqlite (tag, image hash, version of agent) #77

Description

@nezhar

Summary

Implement container image metadata tracking in the sqlite database. Metadata to include:

  • Image tag
  • Image hash
  • Agent version

Motivation

Tracking these fields will improve traceability and auditing of deployed container images and agent versions, which is critical for debugging and reproducibility.

Acceptance Criteria

  • Upon each relevant operation, persist image tag, image hash, and agent version into the sqlite DB
  • Database schema is updated accordingly, and migrations provided
  • Unit and integration tests cover the image metadata tracking logic
  • Documentation is updated to explain the new tracked fields

Label: enhancement

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions