You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description for the nightly images (i.e. rustlang/rust:nightly) from Docker Hub says:
This image has two tags, nightly and nightly-slim, which are updated every day to match the current Rust nightly. The nightly tag is configured identically to that of the latest tag of the official image, except that the nightly toolchain is selected via rustup. The nightly-slim tag is configured identically to that of the slim tag of the official image, except that the nightly toolchain is selected via rustup.
However, this is not correct. The official images are created using --profile minimal (which significantly reduces the image size). The --default-host is also set, but this has little practical difference as only one toolchain is installed.
The nightly images should either use --profile minimal to match the official builds, or the description text should be updated to indicate this difference.
The text was updated successfully, but these errors were encountered:
The description for the nightly images (i.e.
rustlang/rust:nightly
) from Docker Hub says:However, this is not correct. The official images are created using
--profile minimal
(which significantly reduces the image size). The--default-host
is also set, but this has little practical difference as only one toolchain is installed.The nightly images should either use
--profile minimal
to match the official builds, or the description text should be updated to indicate this difference.The text was updated successfully, but these errors were encountered: