> > Related question #1 that came up while working on this -- should I > implement rumprun-bake functionality to record/a tool to query the binaries > baked into a unikernel image? Without this information the user cannot > specify rc[].bin. >
In multi-bake images, there will likely be information other than just the name required in order to run it. For example, how to chain them, what the command line options are, what env vars it supports. I think the name should be specified along with those, outside the image - in a free-text description or some manifest format. > > Related question #2 -- rumprun-bake sets binname[x] to the basename of > binary X. Do we need syntax to allow the user to specify binname? > Is this just to avoid conflicts?
