score-compose icon indicating copy to clipboard operation
score-compose copied to clipboard

[feature request] Support generic OCI image in `init --provisioners`

Open mathieu-benoit opened this issue 5 months ago • 9 comments

To complete https://github.com/score-spec/score-compose/pull/175, it would be great to support generic OCI image to import external provisioners.

https://opencontainers.org/

Example:

score-compose init --provisioners oci://...

Wondering if for this we could use the ORAS client:

  • https://oras.land/
  • https://github.com/oras-project/oras-go/blob/main/example_test.go

mathieu-benoit avatar Sep 21 '24 10:09 mathieu-benoit