git.chaotikum.org mirror
Read-only mirror of all public projects on
git.chaotikum.org, updated periodically
via anonymous endpoints.
- /repos/ — bare git repositories (all branches and tags)
- /wikis/ — wiki repositories
- /meta/ — issues, merge requests (with comments), releases, project metadata as JSON
- /registry/ — container images as OCI layouts
- /state.json — sync state (per-project last sync times)
Cloning
git clone https://git.chaotikum.tmpdir.de/repos/<namespace>/<project>.git
Restoring a container image
Download the image's OCI layout directory from /registry/, then:
skopeo copy oci:<dir>:<tag> docker://your.registry/path:tag