CC-8364 Expose configured container images to Durable Objects - #7194
Merged
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
Contributor
|
I'm Bonk, and I've done a quick review of your PR. Adds
|
skepticfx
force-pushed
the
nafeez/CC-8364-container-images-api
branch
from
August 31, 2026 18:18
7a734ac to
6194b78
Compare
skepticfx
force-pushed
the
nafeez/CC-8364-container-images-api
branch
from
August 31, 2026 18:45
6194b78 to
b6d8c42
Compare
Member
Author
|
I have read the CLA Document and I hereby sign the CLA |
Contributor
|
LGTM |
skepticfx
force-pushed
the
nafeez/CC-8364-container-images-api
branch
3 times, most recently
from
September 1, 2026 05:07
b08ca34 to
eae4044
Compare
gpanders
approved these changes
Sep 1, 2026
ketanhwr
approved these changes
Sep 3, 2026
skepticfx
force-pushed
the
nafeez/CC-8364-container-images-api
branch
5 times, most recently
from
September 4, 2026 17:55
3523db9 to
e5d8a63
Compare
jamesopstad
approved these changes
Sep 4, 2026
Carry class-scoped image references into Durable Object actor construction and expose them through the read-only ctx.container.images property. Return a fresh dictionary on each access so Worker code cannot mutate the runtime configuration.
skepticfx
force-pushed
the
nafeez/CC-8364-container-images-api
branch
from
September 4, 2026 18:25
e5d8a63 to
0d55e4e
Compare
skepticfx
enabled auto-merge
September 4, 2026 18:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Carry class-scoped image references into Durable Object actor construction and expose them through the read-only ctx.container.images property. Return a fresh dictionary on each access so Worker code cannot mutate the runtime configuration.