{"id":22340041,"url":"https://github.com/mandelsoft/ocmtest","last_synced_at":"2025-06-26T01:03:45.959Z","repository":{"id":145679801,"uuid":"617627286","full_name":"mandelsoft/ocmtest","owner":"mandelsoft","description":"Test repository to test ocm github actions","archived":false,"fork":false,"pushed_at":"2023-04-17T22:01:16.000Z","size":33710,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T09:14:52.663Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mandelsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-22T19:25:29.000Z","updated_at":"2023-03-22T19:27:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2cf3b42-9bcc-4eb9-8057-511af5e49ad4","html_url":"https://github.com/mandelsoft/ocmtest","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mandelsoft/ocmtest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandelsoft%2Focmtest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandelsoft%2Focmtest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandelsoft%2Focmtest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandelsoft%2Focmtest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mandelsoft","download_url":"https://codeload.github.com/mandelsoft/ocmtest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandelsoft%2Focmtest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261978910,"owners_count":23239417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T07:10:13.052Z","updated_at":"2025-06-26T01:03:45.930Z","avatar_url":"https://github.com/mandelsoft.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Component Model\n\n[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7156/badge)](https://bestpractices.coreinfrastructure.org/projects/7156)\n[![REUSE status](https://api.reuse.software/badge/github.com/open-component-model/ocm)](https://api.reuse.software/info/github.com/open-component-model/ocm)\n\nThe Open Component Model provides a standard for describing delivery [artifacts](docs/ocm/model.md#artifacts) that can be accessed from many types of [component repositories](docs/ocm/model.md#repositories).\n\n## OCM Specifications\n\nOCM defines a set of semantic, formatting, and other types of specifications that can be found in the [`ocm-spec` repository](https://github.com/open-component-model/ocm-spec). Start learning about the core concepts of OCM elements [here](https://github.com/open-component-model/ocm-spec/tree/main/doc/specification/elements).\n\n## OCM Library\n\nThis project provides a Go library containing an API for interacting with the\n[Open Component Model (OCM)](https://github.com/open-component-model/ocm-spec) elements and mechanisms.\n\nThe library currently supports the following [repository mappings](docs/ocm/interoperability.md):\n\n- **OCI**: Use the repository prefix path of an OCI repository to implement an OCM\n  repository.\n- **CTF (Common Transport Format)**: Use a file-based binding to represent any set of\n  component versions as filesystem content (directory, tar, tgz).\n- **Component Archive**: Compose the content of a component version on the\n  filesystem.\n\nAdditionally, OCM provides a generic solution for how to:\n\n- Sign component versions in any supported OCM repository implementation.\n- Verify signatures based on public keys or verified certificates.\n- Transport component versions, per reference or as values to any of the\n  repository implementations.\n\n## OCM CLI\n\nThe [`ocm` CLI](docs/reference/ocm.md) may also be used to interact with OCM mechanisms. It makes it easy to create component versions and embed them in build processes.\n\nThe `ocm` CLI documentation can be found [here](\u003c(https://github.com/open-component-model/ocm/blob/main/docs/reference/ocm.md)\u003e).\n\nThe code for the CLI can be found in [package `cmds/ocm`](https://github.com/open-component-model/ocm/blob/main/cmds/ocm).\n\nThe OCI and OCM support can be found in packages\n[`pkg/contexts/oci`](pkg/contexts/oci) and [`pkg/contexts/ocm`](pkg/contexts/ocm).\n\n## Examples\nAn example of how to use the `ocm` CLI in a Makefile can be found in [`examples/make`](https://github.com/open-component-model/ocm/blob/main/examples/make/Makefile).\n\nMore comprehensive examples can be taken from the [`components`](https://github.com/open-component-model/ocm/tree/main/components) contained in this repository. [Here](components/helmdemo/README.md) a complete component build including a multi-arch image is done and finally packaged into a CTF archive which can be tranported into an OCI repository. See the readme files for details.\n\n\n\n## Contributing\n\nCode contributions, feature requests, bug reports, and help requests are very welcome. Please refer to the [Contributing Guide in the Community repository](https://github.com/open-component-model/community/blob/main/CONTRIBUTING.md) for more information on how to contribute to OCM.\n\nOCM follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).\n\n## Licensing\n\nCopyright 2022 SAP SE or an SAP affiliate company and Open Component Model contributors.\nPlease see our [LICENSE](LICENSE) for copyright and license information.\nDetailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/open-component-model/ocm).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandelsoft%2Focmtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmandelsoft%2Focmtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandelsoft%2Focmtest/lists"}