-
Notifications
You must be signed in to change notification settings - Fork 0
Docker Sleuth updates #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request transforms the repository from a generic Customer Engineering template into a focused Support Engineering resources repository, introducing "Docker Sleuth" - a new Python-based tool for analyzing and managing Cloudsmith Docker repositories. The changes simplify the README to reflect the new purpose and add changelog entries documenting the Docker Sleuth v1.0 release.
Key Changes:
- Repository rebranded from "CENG Template" to "Cloudsmith Support Engineering" with focus on practical tooling
- New Docker Sleuth tool added for multi-architecture Docker image analysis, untagged image detection, and cleanup capabilities
- Simplified documentation removing template-specific content
Reviewed changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Stripped template content and rebranded as Support Engineering resources collection |
| CHANGELOG.md | Removed template history and added Docker Sleuth v1.0 release entry with feature descriptions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Creating reproducible customer issue examples | ||
| - Building Cloudsmith CLI or API automations | ||
| - Prototyping workflows for CI/CD platforms | ||
| A collection of useful resources for assisting with various components of Cloudsmith. |
Copilot
AI
Dec 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is trailing whitespace at the end of this line. Consider removing it to maintain clean formatting.
| A collection of useful resources for assisting with various components of Cloudsmith. | |
| A collection of useful resources for assisting with various components of Cloudsmith. |
| ### Added | ||
| - 🎉 First release of the CENG template! | ||
| - Includes CI, GitHub forms, CONTRIBUTING, CODEOWNERS, and PR template | ||
| - Analyze your Cloudsmith Docker repositories with a hierarchical view of multi-arch tags, |
Copilot
AI
Dec 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is trailing whitespace at the end of this line. Consider removing it to maintain clean formatting.
| - Analyze your Cloudsmith Docker repositories with a hierarchical view of multi-arch tags, | |
| - Analyze your Cloudsmith Docker repositories with a hierarchical view of multi-arch tags, |
| - Includes CI, GitHub forms, CONTRIBUTING, CODEOWNERS, and PR template | ||
| - Analyze your Cloudsmith Docker repositories with a hierarchical view of multi-arch tags, | ||
| manifest digests, platform support, sync status, and download statistics. | ||
| - Query untagged (orphaned) multi-arch images and delete them. |
Copilot
AI
Dec 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is trailing whitespace at the end of this line. Consider removing it to maintain clean formatting.
| - Query untagged (orphaned) multi-arch images and delete them. | |
| - Query untagged (orphaned) multi-arch images and delete them. |
📄 Summary
New Python script and rework of the Docker inspector. Now called Docker Sleuth with new capabilities.