feat(docker): install Rust toolchain (rustup) and add aarch64 cross-compilation support to Docker images
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-10 - 5.8.0 - feat(docker)
|
||||
install Rust toolchain (rustup) and add aarch64 cross-compilation support to Docker images
|
||||
|
||||
- Install rustup and add /root/.cargo/bin to PATH in Dockerfile, Dockerfile_dbase, and Dockerfile_dbase_dind
|
||||
- Add gcc-aarch64-linux-gnu package and run 'rustup target add aarch64-unknown-linux-gnu' in the main Dockerfile to enable cross-compilation
|
||||
|
||||
## 2026-02-07 - 5.7.0 - feat(docker)
|
||||
install @ship.zone/szci in base images, add docker-entrypoint and use tini, remove deprecated Dockerfile_dbase_npmci, bump @git.zone/tsdocker devDependency to ^1.17.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user