Reproducible for bitcoinj v0.15.6-rsk-5#138
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new reproducible-build recipe for bitcoinj tag v0.15.6-rsk-5, providing a Docker-based build environment and documented verification hashes for the produced artifacts.
Changes:
- Added a Dockerfile to build
bitcoinj-corefrom tagv0.15.6-rsk-5and export build outputs from the image. - Added a README with build, verification, and artifact extraction instructions (including expected SHA-256s).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| bitcoinj/0.15.6-rsk-5/Dockerfile | Builds bitcoinj-core from the specified tag and copies resulting artifacts into a runtime image. |
| bitcoinj/0.15.6-rsk-5/README.md | Documents how to build the image, verify artifact hashes, and extract artifacts from the container. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Verify | ||
|
|
||
| ``` | ||
| $ docker run --rm bitcoinj/0.15.6-rsk-5 sh -c 'sha256sum * | grep -v javadoc.jar' |
Comment on lines
+23
to
+24
| USER rsk | ||
| COPY --from=builder --chown=rsk:rsk /code/bitcoinj/core/build/libs/bitcoinj-core-* ./ |
julia-zack
approved these changes
Jun 16, 2026
julia-zack
left a comment
Contributor
There was a problem hiding this comment.
docker run --rm bitcoinj/0.15.6-rsk-5 sh -c 'sha256sum * | grep -v javadoc.jar'
811eb7435503d79b53ccede923504ddf0cdc2b179b653ccbadcb0812808a2c5e bitcoinj-core-0.15.6-rsk-5-sources.jar
7ea86959f736cf6ad452d563e3c4e90a6b1deae74ff16c42cdfd98efaf7e6794 bitcoinj-core-0.15.6-rsk-5.jar
9840816c7f4be0e2f177994de43a5d4cee4e981a2d76f0533fb70830c2f381a7 bitcoinj-core-0.15.6-rsk-5.pom
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.
No description provided.