uphold / docker-litecoin-core

MIT License
53 stars 44 forks source link

Sha256sum #23

Closed DavidHoude closed 4 years ago

DavidHoude commented 4 years ago

Added sha256sum() check to the litecoin tarball.

DavidHoude commented 4 years ago

There was a bug in the original commit due to expecting the *.asc file to be present when it was only being piped from stdin. I have modified the Dockerfiles to temporarily save the file to disk before importing into GPG and verifying the checksum of the tarball before removal.

DavidHoude commented 4 years ago

Closing this as the whole thing was pointless. Sorry for the confusion, I did not realize that the GPG would verify the the tarball if the filename matched the sigfile naming convention [smh].