Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

oci: output to an Open Container Image spec #249

Open
philips opened this issue Sep 7, 2016 · 3 comments
Open

oci: output to an Open Container Image spec #249

philips opened this issue Sep 7, 2016 · 3 comments

Comments

@philips
Copy link
Contributor

philips commented Sep 7, 2016

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
Copy link
Member

cgonyeo commented Sep 7, 2016

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
#249, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACU49WhD9cR-7WPBKJ4Z7X7iGz3hbpf5ks5qniYMgaJpZM4J2e3r
.

@vbatts
Copy link

vbatts commented Sep 12, 2016

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

@runcom
Copy link
Member

runcom commented Sep 12, 2016

--format=oci.v1

👍 we aim to have this in docker save/load as well to be future proof

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants