Open philips opened 8 years ago
Could add it on the write subcommand, and at write time just convert the ACI into an OCI bundle, like what docker2aci does.
An OCI native tool would be better though.
On Tue, Sep 6, 2016 at 10:48 PM, Brandon Philips notifications@github.com wrote:
Essentially someone should be able to do:
acbuild --output=oci oci-image-tool validate image-bundle
oci-image-tool create-runtime-bundle image-bundle runtime-bundle oci-runtime-thingie runtime-bundle
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/appc/acbuild/issues/249, or mute the thread https://github.com/notifications/unsubscribe-auth/ACU49WhD9cR-7WPBKJ4Z7X7iGz3hbpf5ks5qniYMgaJpZM4J2e3r .
acbuild write --format=oci.v1 ./my-app.oci
--format=oci.v1
:+1: we aim to have this in docker save/load as well to be future proof
Essentially someone should be able to do: