Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions Docker/Sonar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ Here is a summary of its capabilities:
- **Docker Manifests:** To determine architecture/OS platforms and digest relationships.
- **Cloudsmith API:** To retrieve processing status (Synced, Failed, In Progress) and download statistics.

#### Query repository for images
<img src="example.gif" width=50%>
#### Query repository for images.
<img src="simple.gif">

#### Query a specific image and view detailed results.
#### Query for detailed results.
<img src="detailed.gif">
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image reference "detailed.gif" does not match any of the existing GIF files in the directory. The actual file appears to be "example-detailed.gif". This will result in a broken image link.

Suggested change
<img src="detailed.gif">
<img src="example-detailed.gif">

Copilot uses AI. Check for mistakes.

<img src="example-detailed.gif" width=50%>
#### Query for a specific image and detailed results.
<img src="image-detailed.gif">
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image reference "image-detailed.gif" does not match any of the existing GIF files in the directory. The actual file appears to be "example-detailed.gif". This will result in a broken image link.

Suggested change
<img src="image-detailed.gif">
<img src="example-detailed.gif">

Copilot uses AI. Check for mistakes.

#### Query untagged images

<img src="example-untagged.gif" width=50%>
#### Query for untagged/ oprhaned images.
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a spelling error in "oprhaned". It should be "orphaned".

Suggested change
#### Query for untagged/ oprhaned images.
#### Query for untagged/orphaned images.

Copilot uses AI. Check for mistakes.
<img src="untagged.gif">
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image reference "untagged.gif" does not match any of the existing GIF files in the directory. The actual file appears to be "example-untagged.gif". This will result in a broken image link.

Suggested change
<img src="untagged.gif">
<img src="example-untagged.gif">

Copilot uses AI. Check for mistakes.

## Prerequisites

Expand Down
Binary file added Docker/Sonar/detailed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Docker/Sonar/example-detailed.gif
Binary file not shown.
Binary file removed Docker/Sonar/example-untagged.gif
Binary file not shown.
Binary file removed Docker/Sonar/example.gif
Binary file not shown.
Binary file added Docker/Sonar/image-detailed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docker/Sonar/simple.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docker/Sonar/untagged.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading