@cloudflare/containers-shared@0.16.0
📦 cloudflare-workersView on GitHub →
✨ 1 features🔧 1 symbols
Summary
The `wrangler containers registries configure` command now supports Google Artifact Registry domains. Configuration requires specifying the service account email and securely providing the private key.
Migration Steps
- When configuring Google Artifact Registry, supply the Google service account email using the `--gar-email` flag.
- Supply the service account JSON key via stdin (file path, raw JSON, or base64) or an interactive prompt; do not use a CLI flag for the key.
- If the target Secrets Store secret already exists, it will be reused by reference, and the private key is not required for configuration.
✨ New Features
- Added support for Google Artifact Registry (domains ending in *-docker.pkg.dev) to the `wrangler containers registries configure` command.