Skip to content

feat(workers): deploy native container applications - #35

Open
dxiongya wants to merge 3 commits into
devfrom
integration/workers-container-suite-dev
Open

dxiongya wants to merge 3 commits into
devfrom
integration/workers-container-suite-dev

Conversation

@dxiongya

Copy link
Copy Markdown
Collaborator

The CLI and bundled Workers skill now support native Container declarations through the same project plan and push workflow used for ordinary Workers. Wrangler import accepts prebuilt Container images, validates each Container class against a managed Durable Object, packages the complete immutable artifact in one upload, and explains billing, risk admission, rollout recovery, and live Provider permission boundaries.

Validation:

  • bun install --frozen-lockfile passed with no changes
  • typecheck passed
  • build passed
  • 492 tests passed
  • npm pack --dry-run --ignore-scripts passed
  • packaged CLI loopback deployment completed 15 HTTP steps and returned health HTTP 200

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