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/
4tmp/
5
6# Test artifacts
7.atcr-pids
8
9# OAuth tokens
10.atcr/
11
12# Environment configuration
13.env
14
15# Generated assets (run go generate to rebuild)
16pkg/appview/licenses/spdx-licenses.json
17pkg/appview/static/js/htmx.min.js
18pkg/appview/static/js/lucide.min.js
19
20# IDE
21.claude/
22.vscode/
23.idea/
24*.swp
25*.swo
26
27# OS
28.DS_Store
29Thumbs.db