A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
atcr.io
docker
container
atproto
go
1{{ define "pull-count" }}
2{{/*
3 Pull count component - displays download icon with count
4 Required: .PullCount (int)
5*/}}
6<span class="flex items-center gap-2 text-base-content/60">
7 {{ icon "arrow-down-to-line" "size-[1.1rem] text-primary" }}
8 <span class="font-semibold text-base-content">{{ .PullCount }}</span>
9</span>
10{{ end }}