Zot Registry provides a straightforward, OCI-native container image registry delivered as a single, statically built binary. This approach simplifies installation and management by removing the need for additional dependencies or services. It's designed to run on a wide variety of platforms, from cloud servers to a Raspberry Pi, without requiring elevated privileges.
All essential features are included directly in the binary, offering a complete solution out of the box. Manage your container images with built-in tools for security scanning, authentication, authorization, garbage collection, and image deduplication. As a CNCF Sandbox Project, it is a reliable and community-backed open-source solution.
Key features include:
services:
zot:
image: ghcr.io/project-zot/zot:latest
container_name: zot_registry
ports:
- "5000:5000"
volumes:
- ./zot-data:/tmp/zot
restart: unless-stopped
# Zot Registry Environment Variables
# No sensitive variables are required for the basic default setup.
# If you configure basic authentication (htpasswd) or TLS later, you can add those secrets here.
Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago