Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Detail Artifact

To view detailed information about an artifact, you can access the Detail page from the Artifact List. In the Artifact List, locate the artifact you want to view. Click More in the Action column. Select Detail to open the artifact detail page.

The system will display the Artifact Detail page, which provides detailed information such as artifact name, version, type, description, and additional configuration tabs.

Vulnerabilities

Vulnerabilities displays the security vulnerabilities detected in the selected artifact. This tab provides information about known CVEs (Common Vulnerabilities and Exposures), including their severity level, affected package, current package version, and the recommended fixed version if available.

Users can review the vulnerability findings and perform a scan to identify potential security risks within the artifact. This information helps users evaluate security exposure and determine whether package updates or remediation actions are required.

The Vulnerabilities tab displays security vulnerabilities detected in the selected artifact, including the vulnerability level, affected package, current version, and available fixed version recommendations. To view more detailed information about a specific vulnerability, click the CVE ID in the Name column.

Build History

The Build History tab displays the image build history of the selected artifact. This tab provides information about the build process, including the creation time of each image layer and the commands executed during the image build. Users can review the build sequence to understand how the artifact was created and identify the configuration or commands applied to each layer.

Tags

The Tags tab displays the tags available for the selected artifact, including the tag name, pull command, signing status, push time, and pull time. This information helps users identify artifact versions and retrieve the appropriate image for deployment.

Create Tags

The New Tag feature allows users to create an additional tag for the selected artifact. To create a new tag, click the + New Tag button.

The Artifact Tag window will appear. Enter a unique tag name in the Tag name field, then click Save to create the new tag.

The “Create a tag for artifact is success” notification will appear, indicating that the tag has been successfully created.

Click the Copy icon in the Pull Command column to copy the artifact image pull command. You can then use the copied command to pull the image from the registry.

Delete Tags

The Delete action allows users to remove a tag from the selected artifact. To delete a tag, click More in the Action column, then select Delete.

The Delete Tag confirmation window will appear. Click the Yes button to permanently delete the selected tag.

After the tag is successfully deleted, the “An a tag from artifact is successfull deleted” notification will appear.

Last updated