Skip to content

Fetch the checksum dynamically at build time instead of pinning in git - #16

Merged
hypery2k merged 1 commit into
developfrom
feature/improve-update-process
Aug 12, 2026
Merged

Fetch the checksum dynamically at build time instead of pinning in git#16
hypery2k merged 1 commit into
developfrom
feature/improve-update-process

Conversation

@hypery2k

Copy link
Copy Markdown
Contributor

Bitnami publishes a .sha256 alongside every tarball on the same CDN, so the RUN block could curl that file right before sha256sum -c instead of reading from prebuildfs/opt/bitnami/checksums/. This eliminates the whole class of bug we just hit twice (stale/missing checksum files after a Renovate bump), with no Renovate config needed at all — you're already trusting that host for the tarball itself, so trusting it for the checksum isn't a new exposure.

@hypery2k
hypery2k merged commit aa03428 into develop Aug 12, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant