containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

oci: output to an Open Container Image spec #249

Open philips opened 8 years ago

philips commented 8 years ago

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
cgonyeo commented 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 .

vbatts commented 8 years ago

acbuild write --format=oci.v1 ./my-app.oci

runcom commented 8 years ago

--format=oci.v1

:+1: we aim to have this in docker save/load as well to be future proof