rdkcentral / BundleGen

A command-line tool to convert OCI Images into extended OCI Bundles for use with the Dobby container manager.
Apache License 2.0
5 stars 32 forks source link

LCM-538: Provide option generating raw crun bundle #83

Closed tomasz-kilarski-red closed 1 year ago

tomasz-kilarski-red commented 1 year ago

By default bundlegen generates the bundle targeting DobbyTool. Running the generator with extra parameter --crun creates raw bundle, which can be run directly with crun. If app metadata refers option Dobby specific (i.e. not supported by crun e.g. storage section) then warning is printed.

Signed-off-by: Tomasz Kilarski tomasz.kilarski@consult.red

TeknoVenus commented 1 year ago

Code generally looks OK, but causing a failure of the L1 unit tests.

@tomasz-kilarski-red Please address unit test failure and sign RDK CLA