Skip to content

Expose Image Tags in Pulp Container Distribution / CLI #2164

@VrindaMarwah

Description

@VrindaMarwah

When storing container images in Pulp, a distribution URL is created that exposes the image name and base path, but it does not indicate which tag(s) are associated with that image.

Currently:

  • pulp container distribution commands only show the image base path.
    The only way to view tags is via the API endpoint to list all tags, but this does not clearly indicate which tag corresponds to which image digest (See below image for reference):
Image
  • There is no CLI command to directly list synced image:tag combinations in Pulp.

This makes it difficult to:

  • Identify which tags have been synced

  • Correlate images with their tags

One of the following (or similar) enhancements would greatly improve usability:

Expectation: Extend the container distribution output to include the associated image tag(s) or introduce a new Pulp container CLI command to list synced images in the form of :

This feature would improve traceability of container content.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Not Started

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions