Skip to content

navidys/ocibuilder

Repository files navigation

ocibuilder

OCI (Open Container Initiative) image builder written in Rust.

The project is under development and not ready for usage (feel free to contribute).

Build binary

make

Example

ctr1=$(ocibuilder from "${1:-quay.io/quay/busybox:latest}" | tail -1)
ocibuilder config --author navid --user apache $ctr1
ocibuilder config --port 4444/tcp $ctr1

Commands

Command Description
config Update image configuration settings.
containers List the working containers and their base images.
from Creates a new working container either from scratch or using an image.
images List images in local storage.
pull Pull an image from the specified registry.
reset Reset local storage.

About

Container image builder written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published