#container #server #cli #networking

app jitRegistry

a container registry-like solution

1 unstable release

0.0.1 Apr 5, 2022

#466 in #container

Custom license

6KB

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.

Dependencies

~12MB
~230K SLoC