Document container registry resource configuration#433
Conversation
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
IEvangelist
left a comment
There was a problem hiding this comment.
Hey @copilot, this looks great, please use the .github/skills/doc-tester/SKILL.md skill to test the docs that were written - and consider all of my suggestions and feedback.
…use Steps component Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive documentation for container registry configuration in Aspire 13.1. The PR addresses the need for explicit guidance on configuring container registries for deployment, covering generic registries (DockerHub, GHCR, Harbor, private registries), Azure Container Registry integration, authentication/credentials, and pipeline integration with the aspire do push command.
Changes:
- Adds a new documentation page at
/app-host/container-registry/with complete examples and usage patterns for container registry configuration - Updates the AppHost sidebar navigation to include the new container registry documentation page
- Adds a cross-reference link from the what's-new page to the new documentation
- Includes unrelated bulk updates to aspire-integrations.json (version bumps from 13.1.0 to 13.1.1) and pnpm-workspace.yaml (build configuration)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/content/docs/app-host/container-registry.mdx | New comprehensive documentation page covering generic and Azure container registry configuration, authentication, pipeline integration, and complete deployment examples |
| src/frontend/config/sidebar/docs.topics.ts | Adds "Container registry configuration" entry to the AppHost section of the documentation sidebar |
| src/frontend/src/content/docs/whats-new/aspire-13-1.mdx | Adds LearnMore component linking to the new container registry documentation page |
| src/frontend/src/data/aspire-integrations.json | Bulk update of Aspire package versions from 13.1.0 to 13.1.1 and download counts (appears unrelated to primary PR purpose) |
| src/frontend/pnpm-workspace.yaml | Adds onlyBuiltDependencies configuration for esbuild and sharp (appears unrelated to primary PR purpose) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
I've used the doc-tester skill to validate the documentation. Full report: Summary: ✅ Documentation passes validation Verified:
Limitation: Unable to execute code examples in test environment (Aspire CLI requires interactive terminal). Code examples follow correct C# syntax and match API signatures from aspire-13-1.mdx, but manual execution testing is recommended. See |
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.