Replace .npmrc Docker builds line with file-based build secrets in Aspire 13.2 what's new#699
Open
Replace .npmrc Docker builds line with file-based build secrets in Aspire 13.2 what's new#699
Conversation
…ility (aspire#14559) Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/8d5cc63f-9601-4ed6-859d-ecbbd5883c88 Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
eerhardt
April 10, 2026 21:34
View session
eerhardt
approved these changes
Apr 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Aspire 13.2 “What’s new” release notes to reflect the shipped container build capability: file-based Docker build secrets (e.g., passing .npmrc as a build secret) rather than copying .npmrc into Docker images.
Changes:
- Replaced the “
.npmrcin Docker builds” bullet with “File-based Docker build secrets” in the Docker/container enhancements section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the
.npmrc in Docker buildsbullet point in the Aspire 13.2 what's new page with the file-based Docker build secrets capability added in microsoft/aspire#14559.Before
After
This better reflects the actual capability shipped: build secrets can now be of type
File(not just environment variables), so sensitive files like.npmrccan be passed as Docker build secrets without baking credentials into the image.