From c25146dbdeb3eed7e98728d431cb7546c9e86257 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:33:49 +0000 Subject: [PATCH] Replace .npmrc Docker builds line with file-based build secrets capability (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> --- src/frontend/src/content/docs/whats-new/aspire-13-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/content/docs/whats-new/aspire-13-2.mdx b/src/frontend/src/content/docs/whats-new/aspire-13-2.mdx index 73e4b709e..13a316ec8 100644 --- a/src/frontend/src/content/docs/whats-new/aspire-13-2.mdx +++ b/src/frontend/src/content/docs/whats-new/aspire-13-2.mdx @@ -718,7 +718,7 @@ This makes it easier to inspect your Aspire application state during debugging s - **'Never' Pull Policy**: Exposed image pull policy option for scenarios requiring local images - **PullPolicy for Docker Compose**: Added `PullPolicy` property to Docker Compose Service class -- **`.npmrc` in Docker builds**: JavaScript Dockerfiles now copy `.npmrc` before running install, so private registry authentication works correctly in container builds +- **File-based Docker build secrets**: Build secrets can now be files (e.g., `.npmrc`), allowing private registry authentication in container builds without baking credentials into the image - **PostgreSQL v18+ Compatibility**: Fixed data volume path for PostgreSQL version 18 and later ### Build improvements