feat(discord/build): group image tags into main/minimal sections#155
Merged
barnabasbusa merged 2 commits intomasterfrom Apr 22, 2026
Merged
feat(discord/build): group image tags into main/minimal sections#155barnabasbusa merged 2 commits intomasterfrom
barnabasbusa merged 2 commits intomasterfrom
Conversation
Sort manifest variants deterministically (beacon → validator → beacon-minimal → validator-minimal) so the "primary" image on the completion DM is no longer whichever variant Go's map iterator yielded first. Inline every tag into the embed as its own fenced code block, grouped into "Images" and "Minimal images" fields. This removes the Copy tags button and the completed-build cache that only existed to back it; each tag keeps a per-block copy icon on hover. Single-manifest clients (Geth, Reth, etc.) render as one code block under "Images" with no minimal section.
mattevans
approved these changes
Apr 22, 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.
Summary
beacon→validator→beacon-minimal→validator-minimal), so the "primary" image in the completion DM no longer depends on Go's random map iteration order. Previously Prysm could surface*-minimalas the lead image.completedcache,completedBuildtype,HandleComponent/lookupCompleted/sweepCompleted/parseComponentID/respondEphemeralandcompletedRetentionconst — all only existed to back the button.Example output
Reth (single manifest):
Prysm / Nimbus-eth2 (4 manifests):
Heads up
In-flight DMs (<2h old) that still carry the old Copy tags button will show "This interaction failed" on click, since the handler is gone. New DMs render in the new format.
Test plan
/buildfor a single-manifest client (e.g. Reth) and confirm one code block under Images, no minimal section./buildfor Prysm and confirm field order: Images (beacon, validator) then Minimal images (beacon-minimal, validator-minimal)./buildfor Nimbus-eth2 and confirm bothnimbus-eth2andnimbus-validator-clienttags appear correctly grouped.