Skip to content

Reproducible for bitcoinj v0.15.6-rsk-5#138

Merged
josedahlquist merged 1 commit into
masterfrom
bitcoinj-v5
Jun 16, 2026
Merged

Reproducible for bitcoinj v0.15.6-rsk-5#138
josedahlquist merged 1 commit into
masterfrom
bitcoinj-v5

Conversation

@marcos-iov

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 16, 2026 17:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-core from tag v0.15.6-rsk-5 and 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 julia-zack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@josedahlquist josedahlquist merged commit 89567f6 into master Jun 16, 2026
1 check 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.

4 participants