fix(docker): normalize NODE_PATH and harden Dockerfile installs; use curl -fsSL; consolidate Alpine apk installs; update .dockerignore; bump @git.zone/tsdocker devDependency
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-07 - 5.5.1 - fix(docker)
|
||||
normalize NODE_PATH and harden Dockerfile installs; use curl -fsSL; consolidate Alpine apk installs; update .dockerignore; bump @git.zone/tsdocker devDependency
|
||||
|
||||
- Change NODE_PATH to $NVM_DIR/versions/node/v... across Dockerfiles to match nvm layout
|
||||
- Use curl -fsSL for non-interactive installs
|
||||
- Run apt-get clean and remove /var/lib/apt/lists to reduce image size and ensure clean state
|
||||
- Consolidate apk add commands and ensure python3 symlink and pnpm global installs in Alpine image
|
||||
- Add .dockerignore entries to exclude build artifacts and include image_support_files
|
||||
- Bump devDependency @git.zone/tsdocker from ^1.15.1 to ^1.16.0
|
||||
|
||||
## 2026-02-07 - 5.5.0 - feat(docker)
|
||||
Rework Dockerfile into layered installs and add tooling (tini, chromium, MongoDB); simplify Alpine CI image Python/pip setup; add tsdocker devDependency; remove npmextra push flag; update README and registry links
|
||||
|
||||
|
||||
Reference in New Issue
Block a user