-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
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):
- 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
Labels
Type
Projects
Status
Not Started