fix(sbom): add Bluefin LTS NVIDIA stream and retire dx/gdx package queries - #1115
Open
castrojo wants to merge 1 commit into
Open
fix(sbom): add Bluefin LTS NVIDIA stream and retire dx/gdx package queries#1115castrojo wants to merge 1 commit into
castrojo wants to merge 1 commit into
Conversation
…eries The bluefin-dx and bluefin-gdx GHCR packages are retired and return 404s, but STREAM_SPECS in fetch-github-sbom.js still had eight stream entries querying them. Meanwhile fetch-github-images.js and fetch-github-driver-versions.js already expected a bluefin-lts-nvidia SBOM stream (nvidiaSbomStreamId / buildNvidiaMapFromSbomStream lookups), which STREAM_SPECS never defined, so the LTS NVIDIA driver version had no SBOM source. Replace the eight retired bluefin-dx*/bluefin-gdx* stream entries with a single bluefin-lts-nvidia entry pointed at the active ghcr.io/projectbluefin/bluefin-lts-nvidia package's :stable tag (confirmed live on GHCR and via bluefin-lts's execute-release.yml promotion workflow, which promotes both bluefin-lts and bluefin-lts-nvidia from testing to stable). Signed-off-by: castrojo <castrojo@users.noreply.github.com>
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
Fixes #1078.
STREAM_SPECSinscripts/fetch-github-sbom.jsqueried the retiredbluefin-dxandbluefin-gdxGHCR packages (confirmed 404 on GHCR) across eight stream entries, but never defined abluefin-lts-nvidiastream — even thoughfetch-github-images.js(nvidiaSbomStreamId: "bluefin-lts-nvidia") andfetch-github-driver-versions.js(buildNvidiaMapFromSbomStream(sbomCache, "bluefin-lts-nvidia")) already look up that stream id. The LTS NVIDIA driver version therefore had no SBOM source.Changes
scripts/fetch-github-sbom.js: replace the eight retiredbluefin-dx-stable,bluefin-dx-latest,bluefin-dx-lts,bluefin-dx-lts-hwe-testing,bluefin-dx-lts-hwe-testing-50,bluefin-dx-lts-testing-50,bluefin-gdx-lts, andbluefin-gdx-latestentries (querying the deadbluefin-dx/bluefin-gdxpackages) with a singlebluefin-lts-nvidiaentry using packagebluefin-lts-nvidiaand stream prefixstable.Verification
ghcr.io/projectbluefin/bluefin-dxandghcr.io/projectbluefin/bluefin-gdxboth 404 on GHCR (anonymous token + tags/list).ghcr.io/projectbluefin/bluefin-lts-nvidiacarries a livestabletag on GHCR.projectbluefin/bluefin-lts'sexecute-release.ymlthatbluefin-lts-nvidia:testing→:stableis the promotion path, matching thebluefin-ltsentry's existing convention in this file.node --test scripts/fetch-github-sbom.test.js scripts/fetch-github-driver-versions.test.js scripts/fetch-github-images.test.js— 65 passed.npx eslint scripts/fetch-github-sbom.js— clean.— hive: backend=copilot model=claude-sonnet-5
🐝 Hive Agent:
contributor| SHA:cee1b0c6