docker-rust icon indicating copy to clipboard operation
docker-rust copied to clipboard

Results 41 docker-rust issues
Sort by recently updated
recently updated
newest added

It’s hard to figure out how to add `lld`, which seems like an important enough tool to include by default.

The description for the nightly images (i.e. `rustlang/rust:nightly`) from [Docker Hub](https://hub.docker.com/r/rustlang/rust) says: > This image has two tags, `nightly` and `nightly-slim`, which are updated every day to match the current...

Hi I've tried several flavours of container, the official rust container (latest stable), alpine and ubuntu 18. Im mounting an EFS volume inside the container im running notify in using...

│ libarchive13 │ CVE-2022-26280 │ CRITICAL │ 3.4.3-2+deb11u1 │ │ libarchive: an out-of-bounds read via the component │ │ │ │ │ │ │ zipx_lzma_alone_init │ │ │ │ │...

It would be nice to have an official repository of up-to-date Rust beta images, to complete the rustup-like trifecta for automated CI runs and the like.

The template uses Windows Server Core as the base image. Nano Server was quickly attempted, but the image did not build correctly, and I didn't put any real time into...

Subj. Running something like: ``` find /usr/local/rustup/ -type f -executable -exec strip --strip-unneeded {} find /usr/local/rustup/ -name *.so -exec strip --strip-unneeded {} find /usr/local/rustup/ -name *.rlib -exec strip -d {}...

Are there any plans to get official Windows Server images? Preferably based of `microsoft/windowsservercore` image?

Hi all, I discovered a bit of a problem with the `linux/arm/v7` version of the Rust image - attempting to build Rust projects with it breaks in various mysterious ways...