Skip to content

v2.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@joseluisq joseluisq released this 06 Nov 21:12
v2.0.0-beta.1
160fa6a

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.1
  • docker 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-libs
  • docker 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.