Skip to content

pin agent container image instead of spawning from :latest#34

Open
michaelfward wants to merge 2 commits into
mainfrom
michael/pin-container-image-ref
Open

pin agent container image instead of spawning from :latest#34
michaelfward wants to merge 2 commits into
mainfrom
michael/pin-container-image-ref

Conversation

@michaelfward

@michaelfward michaelfward commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

spawning from :latest meant the fleet's browser version was whatever the last app-building push happened to bake (recordings ran a 2 month old chromium through late june). this pins an immutable tag in netlify/functions/lib/image-ref.ts; app-building's build workflow bumps it automatically after each image build (replayio/app-building#341), and the bump commit deploys + drains the warm pool so new pods pick it up.

tag format is <app-building git sha>-<baked chromium buildId>, so a bump diff shows the browser change directly. the initial pin points at the digest that's already deployed (b25b6bad7ac2, chromium 20260701) via a tag pushed for it, so merging this changes nothing until the first bump.

CONTAINER_IMAGE_REF env still overrides, for one-off experiments.

test plan

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

🔎 Loop QA preview (all-k8s backend): https://pr-34--loop-qa-j63k5x.netlify.app

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.

2 participants