Skip to main content
Version: 1.11.x

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_bundle

Supported PURLs

ALL

System Dependencies

NONE

Transfer 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​

OptionDetails
oras_artifact_nameName of oras artifact.
oras_artifact_versionVersion of artifact.
oras_registryRegistry to push Oras Artifact.