Reference JIRA: https://redhat.atlassian.net/browse/RHIDP-16943
Description
build a typescript plugin that via code can fetch and process OCI skills images built by https://github.com/redhat-et/skillimageConnect your Github account
As a starting reference, see if the nodejs based image client at https://github.com/oras-project/rust-oci-client-nodeConnect your Github account can serve as either an imported library or a reference implementation that can be copy/pasted into the new RHDH plugin build
Acceptance Criteria
-
running the plugin via the ‘yarn dev’ or ‘yarn start’ command in your IDE, create a plugin that takes image refs as configuration, and fetches the configured images
-
confirm if the image meets the format specified by https://github.com/redhat-et/skillimage
-
extract the skillimage.yaml and SKILLS.md files onto local storage,
Reference JIRA: https://redhat.atlassian.net/browse/RHIDP-16943
Description
build a typescript plugin that via code can fetch and process OCI skills images built by https://github.com/redhat-et/skillimageConnect your Github account
As a starting reference, see if the nodejs based image client at https://github.com/oras-project/rust-oci-client-nodeConnect your Github account can serve as either an imported library or a reference implementation that can be copy/pasted into the new RHDH plugin build
Acceptance Criteria
running the plugin via the ‘yarn dev’ or ‘yarn start’ command in your IDE, create a plugin that takes image refs as configuration, and fetches the configured images
confirm if the image meets the format specified by https://github.com/redhat-et/skillimage
extract the skillimage.yaml and SKILLS.md files onto local storage,