redhat-et / redhat-et/skillimage

feat: add list --remote flag to query registry tags

Open
#32 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
9
Forks
3
Avg merge
18m
Merged PRs (30d)
1

Description

Summary

skillctl list currently only shows images in the local OCI store. A --remote <repo> flag would list available tags from a remote registry, useful for checking what versions are published before pulling or upgrading.

Proposed CLI

# List all tags for a remote repository
skillctl list --remote quay.io/skillimage/business/document-summarizer

Context

Discovered while testing the upgrade workflow (PR #31). After promoting a skill remotely, there's no way to verify the new tag exists without using inspect on a specific tag. A --remote flag would show all available tags at a glance.

The building blocks already exist: ListRemoteTags and FetchManifestAnnotations in pkg/oci/catalog.go.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the existing skillctl list command and the ListRemoteTags and FetchManifestAnnotations functions in pkg/oci/catalog.go. Trace how list arguments are parsed and how local images are displayed, then verify that skillctl list --remote <repo> retrieves and displays all tags for the remote repository.

Written by the indexing model from the issue text.

Assessment

Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.