docker-rust
docker-rust copied to clipboard
``` $ docker run -it --rm rust:1.45.0-buster cargo new app error: Failed to create package `app` at `/app` Caused by: could not determine the current user, please set $USER ```...
Specifically `armel`, `powerpc64le` and `s390x`.
Hi, When I try to use official images, it looks like all of them report `aarch64` as the running architecture. Except for the `1.77.2` version: ``` $ docker run --rm...
This repository currently does not have a LICENSE file (https://github.com/rust-lang/docker-rust/issues/12). We would like to license the code in this repository under the dual MIT/Apache-2.0 license, which is a standard dual...
Me and @Muscraft would like to add a license to this repository. Multiple people have asked for this (https://github.com/rust-lang/docker-rust/issues/12, https://github.com/rust-lang/docker-rust-nightly/issues/14), and it is a good idea overall. The effort should...
Currently under debian no further libraries are installed due to the mostly sufficient use of the buildpack-deps and alpine only installs very few of them, but for the usage of...
I just noticed that the non-slim image of Debian does not contain these two lines at the end, is this intentional? ``` apt-get remove -y --auto-remove \ wget \ ;...
Personally, I believe that running `cargo install` as part of a pipeline is an antipattern - it makes the jobs much longer, for little to no benefit. That's why I...
After Rust 1.83 was released during a major holiday, there was some interest around what was causing the release to Docker Hub to be delayed. I've been passively watching docker-library/official-images...
## Problem My docker container is running the build step, i.e. `cargo install --path .` and reports an unwrap: ``` > [bot build 4/4] RUN cargo install --path .: 1.556...