File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/blog/_posts/image-compatibility-in-cloud-native-environments Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,10 @@ The previous compatibility specification example in this article exemplified thi
126
126
127
127
2. **Attach the artifact to the image**
128
128
The image compatibility specification is stored as an OCI artifact.
129
- Using the [oras](https://oras.land/) tool, you can attach this metadata to your container image.
130
- This can be done with the following command:
129
+ You can attach this metadata to your container image using the [oras](https://oras.land/) tool.
130
+ The registry only needs to support OCI artifacts, support for arbitrary types is not required.
131
+ Keep in mind that the container image and the artifact must be stored in the same registry.
132
+ Use the following command to attach the artifact to the image:
131
133
132
134
` ` ` bash
133
135
oras attach \
You can’t perform that action at this time.
0 commit comments