Oras Bundle
Create an ORAS bundle from a set of SBOM components that have been collected.
Details on ORAS can be found here
Details
Transfer Tag
hoppr.core_plugins.oras_bundleSupported PURLs
ALLSystem Dependencies
NONETransfer File Example
---
schemaVersion: v1
kind: transfer
stages:
bundle:
plugins:
- name: hoppr.core_plugins.oras_bundle
config:
oras_artifact_name: path.to.registry.com/my-bundle
oras_artifact_version: 1.2.3
oras_registry: path.to.registry.com
max_processes: 3
Configuration Options​
| Option | Details |
|---|---|
| oras_artifact_name | Name of oras artifact. |
| oras_artifact_version | Version of artifact. |
| oras_registry | Registry to push Oras Artifact. |