Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imjasonh/cargo-image
https://github.com/imjasonh/cargo-image
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/imjasonh/cargo-image
- Owner: imjasonh
- Created: 2022-07-07T13:06:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T13:10:31.000Z (over 2 years ago)
- Last Synced: 2024-10-14T16:50:54.929Z (3 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`](https://github.com/google/ko) but for Rust, invoked as `cargo image`.
This prototype is written in Go to be able to take advantage of [go-containerregistry](https://github.com/google/go-containerregistry) for registry operations, but we should rewrite it in Rust and build/use a Rust OCI crate.