Skip to content

Commit d280d7a

Browse files
docs: compatibility
1 parent 1286464 commit d280d7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/package_manager.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ be a manifest JSON file or an index JSON file.
1111
The [index](https://github.com/opencontainers/image-spec/blob/main/image-index.md#oci-image-index-specification) file includes a list of manifest files, and it's handy to support multiple environments. Agents that want to integrate with AC should use this approach.
1212

1313
> [!NOTE]
14-
> Agent Control uses an [OCI client that supports every architecture and os in the spec](https://docs.rs/oci-client/latest/oci_client/manifest/struct.Platform.html).
14+
> AC uses an [OCI client that supports every architecture and os in the spec](https://docs.rs/oci-client/latest/oci_client/manifest/struct.Platform.html).
15+
> To make sure the platform is supported by AC and not only the OCI client, check out [AC compatibility section](https://docs.newrelic.com/docs/new-relic-control/agent-control/overview/#requirements-and-compatibility).
1516
1617
Example:
1718

0 commit comments

Comments
 (0)