ClaudeCloudflare Developer Platform2026/07/01 0:00

Containers - Use Google Artifact Registry images with Containers

要点だけを先に読めるように短く再構成したセクションです。

元記事

Quick Digest

要約

要点だけを先に読めるように短く再構成したセクションです。

claudeja

Containers - Use Google Artifact Registry images with Containers の要約

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Use Google Artifact Registry images with Containers Jul 01, 2026 Containers Containers now support Google Artifact Registry ↗ im
  • ポイント3: 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 Cloudfl

Summary

この記事は 2026-07-01 に公開された「Containers - Use Google Artifact Registry images with Containers」の内容を日本語で簡潔にまとめたものです。

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Use Google Artifact Registry images with Containers Jul 01, 2026 Containers Containers now support Google Artifact Registry ↗ im
  • ポイント3: 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 Cloudfl

Full Translation

翻訳

原文の流れを保ったまま読める翻訳セクションです。

claudeja

Containers - Use Google Artifact Registry images with Containers(原文タイトル)

概要

公開日: 2026-07-01 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts Use Google Artifact Registry images with Containers Jul 01, 2026 Containers 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 : Terminal window cat <PATH_TO_KEY> | npx wrangler containers registries configure <REGION>-docker.pkg.dev --gar-email=<SERVICE_ACCOUNT_EMAIL> --secret-name=<SECRET_NAME> | npx wrangler containers registries configure -docker.pkg.dev --gar-email= --secret-name= "> wrangler.jsonc wrangler.toml JSONC { " $schema " : "./node_modules/wrangler/config-schema.json" , " containers " : [ { " image " : "<REGION>-docker.pkg.dev/<PROJECT_ID>/<REPOSITORY>/<IMAGE>:<TAG>" } ] } -docker.pkg.dev/ / / : " } ]}"> TOML # Example: us-central1-docker.pkg.dev/my-project/my-repo/my-image:latest [[ containers ]] image = "<REGION>-docker.pkg.dev/<PROJECT_ID>/<REPOSITORY>/<IMAGE>:<TAG>" -docker.pkg.dev/ / / : ""> Only *-docker.pkg.dev hosts are supported. To configure credentials, refer to Use private Google Artifact Registry images . For more information, refer to Image management . Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No