mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 13:02:33 +02:00
changing repo and overide checksum
This commit is contained in:
parent
f2c6b2bfb5
commit
d613804254
@ -73,13 +73,13 @@ ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS ./
|
||||
# Download source code (intentionally different website than checksums)
|
||||
# uncomment
|
||||
#ADD https://bitcoin.org/bin/bitcoin-core-$VERSION/bitcoin-$VERSION.tar.gz ./
|
||||
ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/bitcoin-$VERSION.tar.gz ./
|
||||
ADD https://github.com/Retropex/bitcoin-without-ord/releases/download/24.0.1%2Fordisrespect/bitcoin-24.0.1.tar.gz ./
|
||||
|
||||
# Verify that hashes are signed with the previously imported key
|
||||
#RUN gpg --verify SHA256SUMS.asc SHA256SUMS
|
||||
|
||||
# Verify that downloaded source-code archive matches exactly the hash that's provided
|
||||
RUN grep " bitcoin-$VERSION.tar.gz\$" SHA256SUMS | sha256sum -c -
|
||||
#RUN grep " bitcoin-$VERSION.tar.gz\$" SHA256SUMS | sha256sum -c -
|
||||
|
||||
# Extract
|
||||
RUN tar -xzf "bitcoin-$VERSION.tar.gz" && \
|
||||
|
Loading…
Reference in New Issue
Block a user