rust runtime with just at debian env for build support linux/amd64 linux/386 linux/arm64/v8 ...
100K+
latestnever after image:1.88.0support just
| image version | just |
|---|---|
| image:latest | 1.51.0 |
| image:1.94.1 | 1.51.0 |
| image:1.91.0 | 1.46.0 |
| image:1.90.0 | 1.45.0 |
| image:1.89.0 | 1.42.4 |
| image:1.86.0 | 1.40.0 |
| image:1.85.1 | 1.40.0 |
| image:1.85.0 | 1.39.0 |
| image:1.84.1 | 1.39.0 |
| image:1.83.0 | 1.38.0 |
| image:1.82.0 | 1.36.0 |
| image:1.81.0 | 1.35.0 |
| image version | cargo-bak |
|---|---|
| image:latest | 0.1.5 |
| image:1.75.0+ | 0.1.5 |
| image:1.74.0 | 0.1.4 |
linux/arm/v7 will has same problem.## show latest rust version
# pull latest image
docker pull sinlov/rust-runtime-debian:latest
# then check
docker run --rm \
-it \
--name "test-rust-runtime-debian" \
sinlov/rust-runtime-debian:latest \
rustup show
## latest rust version with kits env
# pull latest image
docker pull sinlov/rust-runtime-debian:latest-just
# then check
docker run --rm \
--name "test-rust-runtime-debian" \
sinlov/rust-runtime-debian:latest-just \
bash -c ' \
uname -asrm && \
cat /etc/os-release && \
gcc --version && \
make --version && \
just --version && \
rustup show '
# check 1.95.0 build env
docker run --rm \
--name "test-rust-runtime-debian" \
sinlov/rust-runtime-debian:1.95.0 \
bash -c ' \
uname -asrm && \
cat /etc/os-release && \
make --version && \
gcc --version && \
rustup show '
docker run --rm \
--name "test-rust-runtime-debian" \
sinlov/rust-runtime-debian:1.95.0-just \
bash -c ' \
uname -asrm && \
cat /etc/os-release && \
make --version && \
gcc --version && \
rustup show '
We welcome community contributions to this project.
Please read Contributor Guide for more information on how to get started.
请阅读有关 贡献者指南 以获取更多如何入门的信息
Content type
Image
Digest
sha256:f491fca3e…
Size
573.1 MB
Last updated
4 months ago
docker pull sinlov/rust-runtime-debian