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

Can we have a docker image based on say Oracle Enterprise Linux please 9? Would be good to have an rpm based images for sure that is needed to create...

Adds a tools version of the containers, that adds the following rust components: rustfmt, clippy and llvm-tools-preview. More rust components could be added. But this seams to me the most...

Running `apt-get update` in the 1.77.1 tag on an ordinary amd64 system: ``` ---> Running in 6f5909e44f3c Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3...

Rust Docker images are tagged with tags containing Debian codenames such as 1-buster, 1-bullseye, and 1-bookworm. However, for those who do not use Debian as their main OS, the Debian...

I have an issue on Apple Silicon where building Rust projects will randomly fail in bind-mounted volumes when VirtioFS is enabled in Docker. I've found it pretty easy to reproduce....

E.g. `rust-lang/rust:nightly-2024-02-20`, so that it is easy to locate and pin specific images. The output of `rustc --version` also includes a next version number (e.g. `rustc 1.78.0-nightly`), but just the...

I tried building executables using the alpine latest and the build failed unless I added `RUN apk add libc-dev` to my builder image. See https://github.com/misalcedo/kv-store for a sample repo that...

On Gitlab CI, for the following `.gitlab-ci.yml`: ```yml i386-version-1: image: i386/rust:1 stage: test script: - echo Fine i386-version-1.74.1: image: i386/rust:1.74.1 stage: test script: - echo Fine i386-version-1.75.0: image: i386/rust:1.75.0 stage:...

should be updated to point to the 1.73.0 tag rather than 1.23.0, or perhaps just latest so that folks get to take advantage of modern Rust features. Thanks

The "How to use this image" section should probably be updated to match the change from debian:bullseye to debian:bookworm on the docker hub page: https://github.com/docker-library/docs/blob/master/rust/content.md I suggest updating the line:...