containers / BuildSourceImage

Tool to build a source image based on an existing OCI image
GNU General Public License v2.0
29 stars 14 forks source link

BuildSourceImage: jq map merges need a paren #68

Closed vbatts closed 4 years ago

vbatts commented 4 years ago

Fixes #65

without the parenthesis, the two maps were not being merged. Just the first map added to the base of the document, and the second one being named is usable later in the processing. Now with parens, they're added and then named collectively.

vbatts commented 4 years ago

bugger, i've mixed up branches. Hold on.

vbatts commented 4 years ago

k. PTAL

vbatts commented 4 years ago

curious. the rpms we fetch to test with, the sums changed? fixed. PTAL

vrothberg commented 4 years ago

Curious. Good catch! LGTM