mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
chore: let Corepack provision pnpm from package.json as single source of truth
Remove the duplicated PNPM_VERSION pin from devcontainer.json build args and the Dockerfile ARG (which had drifted to 11.5.3 vs package.json's 11.5.0). Corepack now reads package.json#packageManager at runtime; set COREPACK_ENABLE_DOWNLOAD_PROMPT=0 so first-use provisioning is non-interactive. Update docs accordingly.
This commit is contained in:
@@ -21,7 +21,7 @@ Rebuild (**Dev Containers: Rebuild Container**) after changing
|
||||
|
||||
## What's Included
|
||||
|
||||
- Node base image (digest-pinned) with Corepack-activated **pnpm**
|
||||
- Node base image (digest-pinned) with **pnpm** provisioned by Corepack from `package.json#packageManager`
|
||||
- **Chromium** for Karma / `ChromeHeadless` tests (`CHROME_BIN` is preset)
|
||||
- **GitHub CLI** (`gh`) via the `github-cli` dev container feature
|
||||
- **gnupg2** so the host `gpg-agent` can be forwarded for signed commits
|
||||
|
||||
Reference in New Issue
Block a user