Skip to content

new(zotregistry.dev): zot — OCI-native container registry (from source)#13052

Closed
tannevaled wants to merge 3 commits into
pkgxdev:mainfrom
tannevaled:new/zot
Closed

new(zotregistry.dev): zot — OCI-native container registry (from source)#13052
tannevaled wants to merge 3 commits into
pkgxdev:mainfrom
tannevaled:new/zot

Conversation

@tannevaled
Copy link
Copy Markdown
Contributor

Summary

  • New recipe zotregistry.dev — zot, production-grade OCI-native distributed registry (CNCF sandbox) for image + artifact storage.
  • Built via upstream's `make binary` (CGO_ENABLED=0 + GOEXPERIMENT=jsonv2). Maps pkgx arch names (`x86-64`/`aarch64`) to Go's (`amd64`/`arm64`).
  • From source, no vendored binaries.

Test plan

  • `zot --version` reports the bottle's version
  • All 4 platforms

Companion to #13042 / #13044 / #13050 from-source-recipes batch.

🤖 Generated with Claude Code

tannevaled and others added 3 commits May 29, 2026 11:11
Production-grade distributed registry (CNCF sandbox) for OCI image
+ artifact storage. Pure Go, CGO-disabled, distroless-friendly.

Built via `make binary` which runs go build with CGO_ENABLED=0 and
GOEXPERIMENT=jsonv2. Maps pkgx's `x86-64`/`aarch64` to Go's
`amd64`/`arm64`. Installs the per-OS-arch binary as `bin/zot`.

From source, no vendored binaries.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@tannevaled
Copy link
Copy Markdown
Contributor Author

Obsolete — projects/zotregistry.dev/ already on upstream/main from another author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant