HBLink-org / hblink3

HBlink for Python3
GNU General Public License v3.0
66 stars 69 forks source link

Update requiremets - prepped for docker multi-arch #18

Closed ShaYmez closed 2 years ago

ShaYmez commented 2 years ago

Created Docker file Created docker-compose.yml updates requirements for updated libs Prepared for multi-arch by supplied docker image

randybuildsthings commented 2 years ago

Walk me through this, if you please. The commits are pretty varied, and I'm not following it terribly well. I understand the desire to update the docker end of things, which are pretty out of date at this point. I just need this to make sense prior to merging, and I don't have that confidence right now.

ShaYmez commented 2 years ago

The dependencies in requirements.txt are out of date. Not that they dont work, but i decided to upgrade to the latest dependency ver which includes fixes in dmr_utils for moto repeaters specifically. Its not fully tested back to debian 9 but certainly works nicley on deb 11 which should be supported by now. Ive added a dockerfile and and docker-compose for use of docker. This repo doesnt include one and is probably a good idea so people can build from source. Ive updated the readme to include a mult-arch prebuilt image which has been compiled from source since the miner commits back in febuary. You can look at the commits to see if you want to merge part or in full. its up to you, i just thought id share. ;). What are your thoughts?

randybuildsthings commented 2 years ago

Got it, thanks.