From 9be88774655985b7ae9a0066c6bea34fc9fcb5d6 Mon Sep 17 00:00:00 2001 From: Hind Montassif Date: Tue, 20 Aug 2024 15:49:11 +0200 Subject: [PATCH] Add important note regarding the mapping of package names and tags --- cep-oci.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cep-oci.md b/cep-oci.md index c5b408a..a987d11 100644 --- a/cep-oci.md +++ b/cep-oci.md @@ -119,6 +119,11 @@ Some characters that are used in the conda-forge repository as part of the build - `!` is replaced by `__e__` - `=` is replaced by `__eq__` +[!IMPORTANT] + +The mapping of the package names and tags, as previously outlined, is solely intended for internal storage within an OCI registry. +From the user's perspective, or in contexts outside of the OCI registry—beyond the middleware that interacts with it—, the package names and tags will remain unchanged, preserving the original strings. + #### Authentication Pulling a public image from a Container registry can be done anonymously ([ref](https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#visibility-and-access-permissions-for-packages)).