# Container registry Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/container-registry
> Markdown URL: https://aitinkerers.org/technologies/container-registry.md
> Technology record last updated: 2026-02-23T18:32:32Z
> Generated: 2026-09-20T14:47:02Z

The Container Registry is the centralized, secure hub for storing, managing, and distributing container images (OCI, Docker) for your application deployment pipeline.

A Container Registry acts as your single source of truth for all container images, providing a centralized location to store and manage artifacts. It is a critical component in any modern CI/CD workflow: Developers push newly built images to a repository (e.g., `docker push`), and orchestration systems like Kubernetes or AWS EKS pull them for deployment. Key features include vulnerability scanning, role-based access control (RBAC) for private repositories, and versioning via tags and SHA digests. Major providers like Docker Hub, Amazon ECR, and Azure Container Registry (ACR) offer managed services, ensuring fast, reliable distribution and global scalability for your cloud-native applications.

- Official technology site: https://hub.docker.com/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Principle Engineer](https://sf.aitinkerers.org/talks/rsvp_zTOcUPS9IpE)

Combine Tool definitions (currently focusing on Container images) and prompts in runnable markdown files. The demo will show these flows in vscode. One of the goals of this experiment is to look at seeding agent runtime using fine-grained docker containers to represent tools.

- Event context: AI Tinkerers - San Francisco - November 2024 Meetup - Securing Agentic Systems — 2024-11-22 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_zTOcUPS9IpE

## Related Technologies

- [Container image](https://aitinkerers.org/technologies/container-image) ([Markdown](https://aitinkerers.org/technologies/container-image.md)) — 1 public demo
- [Docker](https://aitinkerers.org/technologies/docker) ([Markdown](https://aitinkerers.org/technologies/docker.md)) — 147 public demos
- [Markdown](https://aitinkerers.org/technologies/markdown) ([Markdown](https://aitinkerers.org/technologies/markdown.md)) — 24 public demos
- [Visual Studio Code](https://aitinkerers.org/technologies/visual-studio-code) ([Markdown](https://aitinkerers.org/technologies/visual-studio-code.md)) — 10 public demos
