Skip to content

Releases: joseluisq/rust-linux-darwin-builder

v2.0.0-beta.1

06 Nov 21:12
v2.0.0-beta.1
160fa6a

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

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.

v1.86.0

20 Aug 13:25
v1.86.0
5878aa1

Choose a tag to compare

Release v1.86.0, which is homologous to Rust 1.86.0.

Updates

View Docker image tags

v1.85.1

26 Jul 21:23
v1.85.1
80bc75c

Choose a tag to compare

Release v1.85.1, which is homologous to Rust 1.85.1.

Updates

View Docker image tags

v1.84.1

04 Feb 19:45
v1.84.1
be243c8

Choose a tag to compare

Release v1.84.1, which is homologous to Rust 1.84.1.

Updates

  • Release v1.84.1. PR #33

View Docker image tags

v1.84.0

17 Jan 06:10
v1.84.0
a70a27a

Choose a tag to compare

Release v1.84.0, which is homologous to Rust 1.84.0.

Updates

View Docker image tags

v1.83.0

03 Dec 20:41
v1.83.0
72e6faa

Choose a tag to compare

Release v1.83.0, which is homologous to Rust 1.83.0.

Updates

View Docker image tags

v1.82.0

21 Oct 21:11
v1.82.0
607130b

Choose a tag to compare

Release v1.82.0, which is homologous to Rust 1.82.0.

Updates

View Docker image tags

v1.81.0

09 Sep 23:02
v1.81.0
4558806

Choose a tag to compare

Release v1.81.0, which is homologous to Rust 1.81.0.

Updates

View Docker image tags

v1.80.1

13 Aug 22:58
v1.80.1
cb742df

Choose a tag to compare

Release v1.80.1, which is homologous to Rust 1.80.1.

Updates

View Docker image tags

v1.80.0

31 Jul 20:34
v1.80.0
5de70c8

Choose a tag to compare

Release v1.80.0, which is homologous to Rust 1.80.0.

Updates

Refactorings

  • 5de70c8 Use a specific Rust version for the Dockerfile TOOLCHAIN argument.

View Docker image tags