docker-rust
docker-rust copied to clipboard
There is an open issue regarding this (resolve #12) and the latest statement of one of the contributers pointed towards a MIT license. However, I copied the license statement from...
It would be nice if the alpine rust docker image does also support arm32v7, how claimed by the Dockerhub readme. This would as example allow, to easily create musl docker...
It would be great if [sccache](https://github.com/mozilla/sccache) would be pre-installed in the Rust docker images. The `sccache` binary is less than 7MB which would increase the size of the latest `slim-buster`...
License?
Could there be a `LICENSE` file added to this repository, so that consumers of this can know what the license is? Thanks.
OS: Arch Linux Kernel: 5.18.16-arch1-1 Docker version: Docker version 20.10.17, build 100c70180f I have been trying to get docker working for an app I was working on, but when I...
Do you think it would be possible to provide Dockerfile that only installs rustup? It would be useful for people who are fine with stable rustup but would like to...
The docker image has a different use case than normal installations, mostly CI. And having rustfmt and clippy available by default would greatly ease their use in CI by having...
This is not covered on the DockerHub image page. I came across [this issue](https://github.com/rust-lang/docker-rust/issues/60) which mentions [`rustlang/rust`](https://hub.docker.com/r/rustlang/rust) and links to the official image. It would be nice to have a...
Hi, The docker-rust is awesome but it would be nice to add ubuntu based images. The main reason is that debian use old version of applications. My example [usecase](https://github.com/xoac/docker-evcxr/blob/d440d997dda4071870b0938ca4acb96909e6b95e/Dockerfile) that...
The apt-get update call fails with an signature error. ``` W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered. E: The repository 'http://deb.debian.org/debian bullseye InRelease' is...