agu3rra / ocm-spec

The official Open Component Model Specification

Home Page:https://ocm.software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Component Model (OCM)

REUSE status

The Open Component Model (OCM) is an open standard to describe software-bill-of-deliveries (SBOD). OCM is a technology-agnostic and machine-readable format focused on the software artifacts that must be delivered for software products. OCM provides a globally unique identity scheme which can be used to identify components and artifacts throughout the entire software lifecycle management process,...

Its focus is to describe versioned sets of artifacts and to assign globally unique identities. OCM makes those artifacts queryable: what is inside, where is it from, is it authentic, etc. But it does not deal with building those artifacts or how to deploy them. Such tasks are left to tools on top of the model. In this way, they are able to access the artifact by its identity. Different tools may keep their own metadata bound together by the identities provided by the model.

OCM provides a common language usable by tools to talk about software artifacts, regardless of the technologies and the processes working on them. Tool specific metadata, like deployment descriptions, are handled as own, typed artifacts. This enables the provisioning of content-agnostic tools: for example, transporting software between environments, signing and verification, providing compliance data, etc.

OCM Overview

The following chapters provide a formal description of the format to describe software artifacts and a storage layer to persist those and make them available from remote.

Specification

Core Parts

Extensible Parts

Guidelines and Conventions

  1. Glossary

Central OCM project web page

Check out the main project web page to find out more about OCM. It is your central entry point to all kinds of ocm related docs and guides, this spec and all project-related github repositories. It also offers a Getting Started to quickly make your hands dirty with ocm, its toolset and concepts :-)

Contributing

Code contributions, feature requests, bug reports, and help requests are very welcome. Please refer to the Contributing Guide in the Community repository for more information on how to contribute to OCM.

OCM follows the CNCF Code of Conduct.

Licensing

Copyright 2022 SAP SE or an SAP affiliate company and Open Component Model contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.

About

The official Open Component Model Specification

https://ocm.software

License:Apache License 2.0


Languages

Language:Python 100.0%