Open
Conversation
10d98bd to
9ce30e2
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9ce30e2 to
9b43bb2
Compare
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
28/Dockerfile(Debian-based, prebuilt binaries) for Bitcoin Core 28.028/alpine/Dockerfile(Alpine-based, built from source) for Bitcoin Core 28.0README.mdto reflect28.0aslatestChanges vs 24.0.1
--with-libsconfigure flag (libbitcoinconsensus was removed in 28.0)strip libbitcoinconsensus.*lines in Alpine Dockerfilesed compat.hpatch (fixed upstream in 28.0)Test plan
docker build -t bitcoin-core:28.0 ./28docker build -t bitcoin-core:28.0-alpine ./28/alpinebitcoind -versionoutputsBitcoin Core version v28.0🤖 Generated with Claude Code