Skip to content

Conversation

@ConProgramming
Copy link

Summary

Add DEPLOY_IMAGE_OVERRIDE environment variable to allow custom image references instead of auto-generated format. This enables workflows with externally-built images, semver naming schemes, or isolated cluster builds.

Testing

Tested by setting the env var and verifying:

  • Image reference stored in database matches override value
  • Checkpoints store correct imageRef
  • Workers pull the overridden image

Changelog

Added DEPLOY_IMAGE_OVERRIDE optional env var to webapp. When set, all deployments use this exact image reference instead of the auto-generated {registry}/{namespace}/{projectRef}:{version} format.


🤖 Generated with Claude Code

ConProgramming and others added 6 commits January 10, 2026 19:43
Allow users to specify a custom image reference via DEPLOY_IMAGE_OVERRIDE
environment variable instead of using the auto-generated format. When set,
all deployments use this exact image reference, enabling workflows with
externally-built images or custom naming schemes.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Allow users to specify a custom image reference via DEPLOY_IMAGE_OVERRIDE
environment variable instead of using the auto-generated format. When set,
all deployments use this exact image reference, enabling workflows with
externally-built images or custom naming schemes.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@ConProgramming ConProgramming force-pushed the ConProgramming/two-phase-deploy branch from 407214f to 818d89a Compare January 11, 2026 00:53
@ConProgramming ConProgramming changed the base branch from codex/add-two-phase-deploy-for-trigger.dev-cli to main January 11, 2026 00:54
@ConProgramming ConProgramming changed the base branch from main to codex/add-two-phase-deploy-for-trigger.dev-cli January 11, 2026 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant