Skip to content

Add check to verify existence of image at image_uri in Satellite Model registration #48

Description

@NiveditJain

Currently, the Satellite Model includes the following field:

image_uri: str = Field(..., description="OCI/Docker image URI for the satellite")

When a satellite is registered via the new process (see PR #47), there is no verification that the image referenced by image_uri actually exists.

Feature Request:

  • Add logic to validate that the provided image_uri points to an existing image (OCI/Docker).
  • If the image does not exist, registration should fail with a clear error message.

This will help avoid invalid or mistyped image URIs and improve reliability of the registration workflow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions