1
0
Fork 0
mirror of https://github.com/imjasonh/cargo-image synced 2026-07-06 20:12:19 +00:00
No description
Find a file
2022-07-07 09:10:22 -04:00
src initial commit 2022-07-07 09:07:10 -04:00
.gitignore initial commit 2022-07-07 09:07:10 -04:00
Cargo.lock initial commit 2022-07-07 09:07:10 -04:00
Cargo.toml initial commit 2022-07-07 09:07:10 -04:00
go.mod initial commit 2022-07-07 09:07:10 -04:00
go.sum initial commit 2022-07-07 09:07:10 -04:00
main.go initial commit 2022-07-07 09:07:10 -04:00
README.md add readme 2022-07-07 09:10:22 -04:00

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.