mirror of
https://github.com/imjasonh/cargo-image
synced 2026-07-06 20:12:19 +00:00
No description
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
cargo-image
This is an experimental work in progress
The goal is to provide a Cargo plugin that will build a minimal OCI image from Rust source, containing a static binary on a distroless base image.
Like ko but for Rust, invoked as cargo image.
This prototype is written in Go to be able to take advantage of go-containerregistry for registry operations, but we should rewrite it in Rust and build/use a Rust OCI crate.