fix(bridge): use Azure Linux distroless shipping runtimes - #569
Merged
Pal Lakatos-Toth (pallakatos) merged 3 commits intoSep 16, 2026
Merged
Conversation
Preserve Node 22 and Microsoft native-library inventory, qualify actual shipping images, and document the proven Helm 4 namespace bootstrap. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: eb3654cd-f1e0-445a-8734-430800af1903
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: eb3654cd-f1e0-445a-8734-430800af1903
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Retain the failed legacy fixture result and the actual clean BFF/web image scans. Shipping image contents are unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: eb3654cd-f1e0-445a-8734-430800af1903
Pal Lakatos-Toth (pallakatos)
marked this pull request as ready for review
September 16, 2026 13:31
Pal Lakatos-Toth (pallakatos)
requested review from
Johnson Shi (johnsonshi) and
Lachlan Evenson (lachie83)
as code owners
September 16, 2026 13:31
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.
Summary
Correct the imported Bridge shipping images to follow Kars core's Microsoft Azure Linux 3 distroless runtime policy. The previous BFF native lane used a separate distroless test image while the shipping BFF remained Debian, and source/config scanning did not qualify the final application images.
Qualification
The first public head,
a8d4585c842e5a7e584c3c9b0c8295ece777eba1, subsequently passed:The component workflow nevertheless failed its old packaging assertion requiring literal
USER 10001. Current head10943389e5b74b22b129b782838ca7377125d774corrects that test to require the intendedUSER 10001:10001, explicit Microsoft distroless base and no runtime shell instructions, and records the outcome. All shipping/production bytes remain unchanged. The prior failed result remains failed; the gateway image steps were not reached.Fresh current-head qualification, including actual execution of the corrected test and gateway image checks, remains required. This draft is not merge, release or deployment approval.
Preserved limits
No main changes, cluster mutations, controller-template changes, new credential authority, Node-major upgrade, dependency-lock changes or security-gate waivers. Earlier failed image scans remain failed. Optional witness image remediation and full qualified-root migration (#567) are separate; neither is claimed complete here.