jitRegistry

Crates.iojitRegistry
lib.rsjitRegistry
version0.0.1
sourcesrc
created_at2022-04-05 22:39:52.805677
updated_at2022-04-05 22:39:52.805677
descriptiona container registry-like solution
homepagehttps://github.com/babarnescocke/jitRegistry
repositoryhttps://github.com/babarnescocke/jitRegistry
max_upload_size
id562829
size16,715
Brian A Barnes-Cocke (babarnescocke)

documentation

README

jitRegistry: A container registry-like service

This program aims to create containers on a just-in-time basis for pushing to users.

Why registry-like?

The registry specifications, Docker and OCI, require things that this program simply cannot have, such as being able to return the hash of all of the manifests, by definition a container not yet built, doesn't have a known hash. Perhaps, we will get around to making a real solution, but until then, registry-like.

Program Dependencies:

* linux kernel > 3.14
* buildah
	- probably can't be containerized because of buildah using namespaces for mounting pseudo-filesystems.
Commit count: 16

cargo fmt