Geontech / docker-redhawk

Docker Images definitions and utility scripts for rapid development and deployment of REDHAWK SDR systems, Domains, and Devices.
GNU General Public License v3.0
10 stars 4 forks source link

Invalid default REST_PYTHON variable #5

Closed caaumen closed 5 years ago

caaumen commented 5 years ago

REST_PYTHON is defaulted to http://github.com/GeonTech/rest-python.git

This results in RPC failure,

Fix: Update all instances of http://github.com/GeonTech/rest-python.git to https://github.com/GeonTech/rest-python.git

btgoodwin commented 5 years ago

Thank you for calling this to our attention. The next image push to dockerhub will be REDHAWK 2.2.3 and will contain this change. In the mean time, locally at least, you can follow this to rebuild the webserver container with the right URI.

btgoodwin commented 5 years ago

I've pushed the version 2.2.3 change to the Makefile and updated images to Dockerhub. Thanks again!