feat(docker): add a reusable Alpine base image and refactor Alpine variants to extend it

This commit is contained in:
2026-03-18 16:32:56 +00:00
parent 9dec627696
commit 547902d7dc
9 changed files with 301 additions and 451 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-18 - 5.9.0 - feat(docker)
add a reusable Alpine base image and refactor Alpine variants to extend it
- introduces a new Dockerfile_alpine base image with NVM-managed Node.js for Alpine
- simplifies alpine-node, alpine-bun, and alpine-deno images by inheriting from the shared alpine base image
- adds jq to Debian and database images for improved shell tooling
- updates the release script to use verbose output and bumps @git.zone/tsdocker to ^2.1.0
## 2026-02-10 - 5.8.0 - feat(docker)
install Rust toolchain (rustup) and add aarch64 cross-compilation support to Docker images