Releases: joseluisq/rust-linux-darwin-builder
Releases · joseluisq/rust-linux-darwin-builder
v2.0.0-beta.1
This v2.0.0-beta.1 introduces the first beta version, which includes significant improvements over the current v1.
It brings the following changes:
- Debian 13-slim (Trixie) as base image.
- Rust 1.87.0
- Docker image layer optimizations.
- Cross-compilation bug fixes and improvements (ZLib/OpenSSL cross-compilation issues).
- C-library dependency updates.
- Two image variants are provided, such as Rust toolchains only (default) and Rust toolchains with built-in C libraries (optional), see below.
- Beta Docker images are now available in both Docker Hub and GitHub Container Registry (GHCR).
- Improved Cross-compilation test cases.
- And other improvements.
Rust toolchains only (default):
docker pull ghcr.io/joseluisq/rust-linux-darwin-builder:2.0.0-beta.1docker pull joseluisq/rust-linux-darwin-builder:2.0.0-beta.1
Rust toolchains with built-in C libraries (optional):
docker pull ghcr.io/joseluisq/rust-linux-darwin-builder:2.0.0-beta.1-libsdocker pull joseluisq/rust-linux-darwin-builder:2.0.0-beta.1-libs
This version also includes a few breaking changes. Please have a look at the changelog details in PR #37.
If you encounter any issues, please don't hesitate to let us know. Feel free to contribute.
v1.86.0
v1.85.1
v1.84.1
v1.84.0
Release v1.84.0, which is homologous to Rust 1.84.0.
Updates
- Release
v1.84.0. PR #32- Debian
12.9- https://www.debian.org/News/2025/20250111
- Debian
v1.83.0
Release v1.83.0, which is homologous to Rust 1.83.0.
Updates
- Release
v1.83.0. PR #31- Debian 12.8 - https://www.debian.org/News/2024/20241109
- libpq 15.9 - https://www.postgresql.org/docs/15/release-15-9.html
v1.82.0
Release v1.82.0, which is homologous to Rust 1.82.0.
Updates
v1.81.0
Release v1.81.0, which is homologous to Rust 1.81.0.
Updates
v1.80.1
v1.80.0
Release v1.80.0, which is homologous to Rust 1.80.0.
Updates
Refactorings
- 5de70c8 Use a specific Rust version for the Dockerfile
TOOLCHAINargument.