Page cover

list

The cldkctl registry artifact list command displays a list of all artifacts stored in the container registry. This command shows artifact IDs, tags, sizes, vulnerabilities, annotations, and related repository information.

Usage

cldkctl registry artifact list [repository name] [flags]

Aliases

list, ls

Steps

Follow the steps below to run and view the result of this command:

  1. Ensure that you are logged in. Refer to the Registry Login section.

  2. Identify the Repository Name whose artifacts you want to view. Refer to the Registry Repo List section.

  3. Run the following command in your terminal and replace [registry name] with your target registry and [repository name] with the repository you want to inspect.

./cldkctl --registry [registry name] registry artifact list [repository name]
  1. Once successful, the terminal displays "✓ Artifact list retrieved" followed by the list of artifacts.

Column
Description

ID

The unique identifier of the artifact stored in the registry.

Artifact

The SHA or digest reference of the artifact.

Tag

The version tag assigned to the artifact.

Signed

Indicates whether the artifact is cryptographically signed.

Size

The total file size of the artifact.

Vulnerabilities

Displays vulnerability summary including total issues and fixable ones.

Annotations

Provides notes or metadata describing the artifact.

Labels

Shows labels associated with the artifact.

Push Time

The date and time when the artifact was uploaded to the registry.

Pull Time

The date and time when the artifact was last accessed or downloaded.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

-h, --help

Help for the registry artifact list command.

Last updated