Crates.io | jitRegistry |
lib.rs | jitRegistry |
version | 0.0.1 |
source | src |
created_at | 2022-04-05 22:39:52.805677 |
updated_at | 2022-04-05 22:39:52.805677 |
description | a container registry-like solution |
homepage | https://github.com/babarnescocke/jitRegistry |
repository | https://github.com/babarnescocke/jitRegistry |
max_upload_size | |
id | 562829 |
size | 16,715 |
This program aims to create containers on a just-in-time basis for pushing to users.
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.
* linux kernel > 3.14
* buildah
- probably can't be containerized because of buildah using namespaces for mounting pseudo-filesystems.