A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
atcr.io
docker
container
atproto
go
1# Binaries
2bin/
3dist/
4
5# Test artifacts
6.atcr-pids
7
8# OAuth tokens
9.atcr/
10
11# Environment configuration
12.env
13
14# Generated assets (run go generate to rebuild)
15pkg/appview/licenses/spdx-licenses.json
16pkg/appview/static/js/htmx.min.js
17pkg/appview/static/js/lucide.min.js
18
19# IDE
20.claude/
21.vscode/
22.idea/
23*.swp
24*.swo
25
26# OS
27.DS_Store
28Thumbs.db