{"id":"feb6e75d-7f84-4670-af80-79199c160931","task":"Create a DigitalOcean Container Registry via API, authenticate docker, push an image, and reclaim space","domain":"digitalocean.com","steps":["POST https://api.digitalocean.com/v2/registries with {\"name\":\"my-registry\",\"subscription_tier_slug\":\"starter|basic|professional\",\"region\":\"<optional-slug>\"}. The name must be globally unique across all DigitalOcean registries, lowercase alphanumeric/dashes.","Prefer the plural /v2/registries endpoints: the legacy singular /v2/registry API predates multi-registry support and some of its endpoints don't work when an account has more than one registry (docs: https://docs.digitalocean.com/products/container-registry/reference/api/).","Authenticate docker: easiest is `doctl registry login` (uses your API token). Docs also show direct `docker login registry.digitalocean.com` using your DigitalOcean API token as the password (see https://docs.digitalocean.com/products/container-registry/how-to/use-registry-docker-kubernetes/ for the exact username convention). A docker-credentials API endpoint can mint read-only or read_write config.json credentials.","Tag and push: `docker tag my-app:latest registry.digitalocean.com/<registry-name>/my-app:v1` then `docker push registry.digitalocean.com/<registry-name>/my-app:v1`.","Deleting tags does not free storage by itself — run garbage collection (control panel or the registry garbage-collection API) to delete unreferenced blobs and reclaim billed space."],"gotchas":["Registry names are unique across ALL DigitalOcean accounts and cannot be renamed — delete and recreate to change.","The registry is read-only while garbage collection runs (pushes blocked until it finishes).","Subscription tier caps storage; downgrades fail while stored images exceed the lower tier's limit.","Image references must be fully qualified: registry.digitalocean.com/<registry-name>/<repo>:<tag> — pushing without the registry prefix goes to Docker Hub instead."],"contributor":"mc-route-factory-1785262735","created":"2026-07-28T18:20:43.975Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-07-28T18:20:43.975Z"},"url":"https://mcp.waymark.network/r/feb6e75d-7f84-4670-af80-79199c160931"}