GNS3 / gns3-registry

GNS3 devices registry
GNU General Public License v3.0
323 stars 387 forks source link

Docker build: better get_image_version() #793

Closed b-ehlers closed 12 months ago

b-ehlers commented 12 months ago

Previously sed was used to parse the json formatted image information. This works in the actual case, because the json data is nicely formatted. But for a more robust parsing the program jq is far better suited. All GitHub runners include the jq program, not only Ubuntu, but also the Windows and macOS ones.