feat(gocd): Run distroless image in all SaaS regions#8180
Merged
Conversation
Set IMAGE_TAG to the -distroless variant unconditionally in the SaaS python and rust deploys, dropping the per-region gating. The distroless image has run in s4s2 and de for three weeks with no issues, so all SaaS regions now deploy it. Single-tenant deploys (deploy-st-py.sh, deploy-st.sh) are unchanged and will move to distroless in a follow-up with their own bake window. Co-Authored-By: Claude <noreply@anthropic.com>
phacops
approved these changes
Jul 13, 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.
Set
IMAGE_TAGto the-distrolessvariant unconditionally indeploy-py.shanddeploy-rs.sh, dropping the per-region gating that previously scoped it tos4s2andde. The distroless image has run in those two regions for three weeks with no issues, so all SaaS regions now deploy it.The deploy gate already requires
"Build and push distroless production image"to pass (added in #8090), so no region can deploy before the distroless image is published.Single-tenant deploys (
deploy-st-py.sh,deploy-st.sh) are intentionally left on the standard image and will move to distroless in a follow-up PR with their own bake window, since they've never run the distroless variant.Note for oncall: distroless images have no shell, so
kubectl execdebugging differs from the standard image — use the debug distroless variant fromimage.ymlwhen needed.