How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Containers - Use Google Artifact Registry images with Containers

calendar_today July 1, 2026 domain cloudflare
Containers now support Google Artifact Registry images. After you configure credentials, you can use a fully qualified Google Artifact Registry image reference in your Wrangler configuration instead of first pushing the image to Cloudflare Registry. Provide the service account email with –gar-email and pipe the service account JSON key through stdin : cat npx wrangler containers registries configure -docker.pkg.dev –gar-email= –secret-name= wrangler.jsonc { “ $schema “ : “./node_modules/wrangler/config-schema.json” , “ containers “ : [ { “ image “ : “ -docker.pkg.dev/ / / : “ } ] } wrangl
open_in_new Read original post