awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
liuchong avatar

liuchong/docker-rustup

0
View on GitHub↗
90 stars·14 forks·Dockerfile·MIT·10 viewsstore.docker.com/community/images/liuchong/rustup↗

Docker Rustup

Automated builded images for rust-lang with rustup, "the ultimate way to install RUST"

Features

  • Deployment Infrastructure - Multi-version Rust Docker images with musl support.
  • Deployment Tools - Multi-version Rust Docker images with musl support.

Star history

Star history chart for liuchong/docker-rustupStar history chart for liuchong/docker-rustup

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does liuchong/docker-rustup do?

Automated builded images for rust-lang with rustup, "the ultimate way to install RUST"

What are the main features of liuchong/docker-rustup?

The main features of liuchong/docker-rustup are: Deployment Infrastructure, Deployment Tools.

What are some open-source alternatives to liuchong/docker-rustup?

Open-source alternatives to liuchong/docker-rustup include: kpcyrd/mini-docker-rust — Very small rust docker image. moghtech/komodo — Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for… emk/heroku-buildpack-rust — A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching. emk/rust-musl-builder — Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C… lukemathwalker/cargo-chef — cargo-chef is a Rust build cache tool and CI pipeline accelerator designed to reduce compilation times by decoupling… release-plz/release-plz — Publish Rust crates from CI with a Release PR.

Open-source alternatives to Docker Rustup

Similar open-source projects, ranked by how many features they share with Docker Rustup.
  • emk/rust-musl-builderemk avatar

    emk/rust-musl-builder

    1,590View on GitHub↗

    Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.

    Dockerfile
    View on GitHub↗1,590
  • kpcyrd/mini-docker-rustkpcyrd avatar

    kpcyrd/mini-docker-rust

    244View on GitHub↗

    Very small rust docker image

    Dockerfilealpinedockerrust
    View on GitHub↗244
  • emk/heroku-buildpack-rustemk avatar

    emk/heroku-buildpack-rust

    523View on GitHub↗

    A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.

    Shell
    View on GitHub↗523
  • lukemathwalker/cargo-chefLukeMathWalker avatar

    LukeMathWalker/cargo-chef

    2,503View on GitHub↗

    cargo-chef is a Rust build cache tool and CI pipeline accelerator designed to reduce compilation times by decoupling library compilation from application source code. It functions as a dependency recipe generator that extracts a project's dependency list into a recipe for pre-compilation without requiring the full source tree. The project optimizes Docker image builds by structuring container layers to store pre-computed build artifacts. This prevents full recompilation of dependencies when only application source code changes, ensuring that dependency updates only trigger necessary rebuilds.

    Rustcargocidocker
    View on GitHub↗2,503
See all 30 alternatives to Docker Rustup→