Re-pin bigBedToBed to the UCSC build published 2026-08-20 - #117
Merged
Conversation
UCSC replaced the binary at the rolling linux.x86_64 URL on Aug 20 (Last-Modified 2026-08-20 01:29 UTC), so the pinned sha256 no longer matches and every image build since has failed at the checksum guard, blocking master deploys. Verified the new binary (fetched over HTTPS from hgdownload.soe.ucsc.edu; ordinary dynamically-linked x86-64 ELF) and updated the pin in both images.
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.
Master deploys have been red since Aug 21 (run 32524773020): UCSC replaced the
bigBedToBedbinary at the rollinglinux.x86_64URL on Aug 20 (Last-Modified: 2026-08-20 01:29 UTC), so the pinned sha256 no longer matches and the image build fails at the checksum guard before anything is pushed to ECR. The guard worked as designed — this PR performs the documented re-verify-and-re-pin.Verification of the new binary: fetched over HTTPS directly from
hgdownload.soe.ucsc.edu, 12,904,664 bytes, an ordinary dynamically-linked x86-64 ELF with debug info. New hash, updated in bothDockerfile.apiandDockerfile.wool(they must stay in lockstep):Merging this ships everything queued since Aug 18, including the idle-shutdown change from #101 which never reached dev.