pin agent container image instead of spawning from :latest#34
Open
michaelfward wants to merge 2 commits into
Open
pin agent container image instead of spawning from :latest#34michaelfward wants to merge 2 commits into
michaelfward wants to merge 2 commits into
Conversation
4 tasks
|
🔎 Loop QA preview (all-k8s backend): https://pr-34--loop-qa-j63k5x.netlify.app |
Domiii
approved these changes
Jul 2, 2026
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.
spawning from
:latestmeant 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 innetlify/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_REFenv still overrides, for one-off experiments.test plan
LOOP_QA_BUMP_TOKENsecret are in place, else the pin freezes the image