Sign inSign up

sinlov/rust-runtime-debian

By sinlov

Updated 4 months ago

rust runtime with just at debian env for build support linux/amd64 linux/386 linux/arm64/v8 ...

Image
0

100K+

sinlov/rust-runtime-debian repository overview

rust-runtime-debian

docker version semver docker image size docker pulls

ci

GitHub license GitHub latest SemVer tag) GitHub release)

feature

build kit version
just

support just

image versionjust
image:latest1.51.0
image:1.94.11.51.0
image:1.91.01.46.0
image:1.90.01.45.0
image:1.89.01.42.4
image:1.86.01.40.0
image:1.85.11.40.0
image:1.85.01.39.0
image:1.84.11.39.0
image:1.83.01.38.0
image:1.82.01.36.0
image:1.81.01.35.0
cargo-bak
image versioncargo-bak
image:latest0.1.5
image:1.75.0+0.1.5
image:1.74.00.1.4
waring
fast use
## 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 '

Contributing

Contributor Covenant GitHub contributors

We welcome community contributions to this project.

Please read Contributor Guide for more information on how to get started.

请阅读有关 贡献者指南 以获取更多如何入门的信息

Tag summary

Content type

Image

Digest

sha256:f491fca3e

Size

573.1 MB

Last updated

4 months ago

docker pull sinlov/rust-runtime-debian