cloudflare/workers-sdk @cloudflare/containers-shared@0.16.0
cloudflare/workers-sdk
Captured source
source ↗GH
Source ↗published Jun 25, 2026seen 17hcaptured 17hhttp 200method plain
@cloudflare/containers-shared@0.16.0
Repository: cloudflare/workers-sdk
Tag: @cloudflare/containers-shared@0.16.0
Published: 2026-06-25T13:25:40Z
Prerelease: no
Release notes:
Minor Changes
- #14311 `34e0cef` Thanks @sherryliu-lsy! - Add Google Artifact Registry support to
containers registries configure
wrangler containers registries configure now recognizes *-docker.pkg.dev (Google Artifact Registry) domains.
- The Google service account email is the public credential, supplied with
--gar-email. It must match theclient_emailin the service account key. - The service account JSON key is the private credential. It is provided via stdin (a file path, raw JSON, or base64) or an interactive prompt (a file path or base64) — never as a CLI flag, so it does not appear in shell history. The key is validated against
--gar-emailand stored base64-encoded. - Secret reuse inherits the existence-first flow: when the target Secrets Store secret already exists, it is reused by reference and the key is not required. In that case the email cannot be verified locally; it is validated against the key when images are pulled.
.json | npx wrangler@latest containers registries configure -docker.pkg.dev --gar-email= --secret-name=Google_Service_Account_JSON_Key
Notability
notability 3.0/10Routine release of Cloudflare containers shared library.