-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Provide environment information
CLI 4.4.0+
Describe the bug
When deploying with local Docker push against a self-hosted Trigger webapp (CLI 4.4.0+), the CLI requests registry credentials from the webapp, which returns registry_not_supported because the webapp only supports AWS ECR (amazonaws.com). Local push used to work with CLI < 4.4.0.
Expected: Local push either uses local Docker auth and does not call the webapp for credentials, or the webapp supports non-ECR registries for self-hosted.
Workaround: set TRIGGER_DOCKER_USERNAME and TRIGGER_DOCKER_PASSWORD so the CLI skips the webapp.
Reproduction repo
n/a
To reproduce
- Self-host Trigger webapp.
- Use CLI 4.4.0+ and deploy with local Docker push (no remote builder).
- Do not set TRIGGER_DOCKER_USERNAME / TRIGGER_DOCKER_PASSWORD.
- CLI calls webapp for registry credentials; webapp returns registry_not_supported (deployment image ref is not ECR).
- Deploy fails. With CLI < 4.4.0 or with TRIGGER_DOCKER_* set, it succeeds.
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels