blocknetdx / dockerimages

Official Blocknet Docker Images
Apache License 2.0
10 stars 14 forks source link

Feature build image from branch #42

Closed walkjivefly closed 2 years ago

walkjivefly commented 2 years ago

Adds an extra input field to the CREATE IMAGE FROM TEMPLATE workflow which asks for a branchpath of where to find the manifest.json (yes, needs to be updated in light of yesterday's decision to make manifest-latest.json the ultimate authority). If no path is given it uses blockchain-configuration-files/master

walkjivefly commented 2 years ago

Using it to build PIVX failed; PIVX needs some "sapling" parms at runtime which aren't created by the build from source. Using it to build SYS failed; there's a missing URI for one of the depends (https://github.com/syscoin/syscoin/issues/465).

But it built DASH v0.17.0.3 correctly and I'll be testing it with more coins over the next few days.

atcsecure commented 2 years ago

@walkjivefly can you rebase out those WIP commits?

walkjivefly commented 2 years ago

I'll rework it taking into account the changes from PR #41