Hard switch of the docker push target from the Gitea registry to the
artifactapi local docker registry (docker-internal); the Gitea VM and its
registry are being retired. Drops the droneci/DRONECI_PASSWORD creds since
artifactapi accepts unauthenticated in-cluster pushes. Also repoints the agentpool sample image (covers forgebot-api + forgebot-operator).
Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
Forgebot is a K8s operator + API service for dispatching AI agent
jobs from git forge commands. Includes:
- CRDs: AgentPool, AgentTask, ProviderQueue, RepositoryBinding
- API server with webhook handler, task queue, and comment proxy
- Operator controllers for task scheduling and job management
- Gitea provider with webhook parsing and signature verification
- PostgreSQL database with auto-migration
- Woodpecker CI pipelines and multi-stage Dockerfiles