Container image distribution for edge and air-gapped Kubernetes environments.
| Component | Description |
|---|---|
| Registry Catalog | List repositories and tags from any OCI-compliant registry |
| Registry Copy | Copy container images between registries. Supports dockerConfigJSON for source auth and basic auth for target. |
Use these components with a 3rd-party OCI registry (Zot, Harbor, distribution/registry, etc.) installed via its own Helm chart. This module handles image discovery and replication — the registry is external infrastructure.
helm repo add tinysystems https://tiny-systems.github.io/module/
helm install distribution-module tinysystems/tinysystems-operator \
--set controllerManager.manager.image.repository=ghcr.io/tiny-systems/distribution-modulego run cmd/main.go run --name=distribution-module --namespace=tinysystems --version=1.0.0This module is part of the Tiny Systems platform -- a visual flow-based automation engine running on Kubernetes.
This module's source code is MIT-licensed. It depends on the Tiny Systems Module SDK (BSL 1.1). See LICENSE for details.