From 71d79e460f440132142233d3c604433b4e389b46 Mon Sep 17 00:00:00 2001 From: Uwe Krueger Date: Wed, 23 Oct 2024 14:35:26 +0200 Subject: [PATCH] !OCI Annotations change in Component Descriptor for Component Versions: `ocm-artifact` -> `software.ocm.artifact` and introduce `software.ocm.creator` (#987) #### What this PR does / why we need it For OCM repositories based on OCI registries, the manifest now gets an annotation `software.ocm.componentversion` with the component version it represents. The image spec (https://github.com/opencontainers/image-spec/blob/main/annotations.md) state, that annotation names should use a reverse DNS domain prefix. Therefore we should adapt the names of the already existing layer annotations accordingly. This PR prepends the actuals names with `software.ocm.". The old layer annotation changes from `ocm-artifact` -> `software.ocm.artifact`. #### Which issue(s) this PR fixes Fixes https://github.com/open-component-model/ocm-project/issues/190