From bc34457f14c31962676a48e6849c833de1641651 Mon Sep 17 00:00:00 2001 From: Max Mynter Date: Wed, 31 Jul 2024 16:01:40 +0200 Subject: [PATCH] Add Slashes to allowed characters in documentation --- content/config/labels-custom-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/config/labels-custom-metadata.md b/content/config/labels-custom-metadata.md index 86b4319c6e..1b37e45f01 100644 --- a/content/config/labels-custom-metadata.md +++ b/content/config/labels-custom-metadata.md @@ -30,7 +30,7 @@ all previous values. ### Key format recommendations A label key is the left-hand side of the key-value pair. Keys are alphanumeric -strings which may contain periods (`.`), underscores (`_`), and hyphens (`-`). Most Docker users use +strings which may contain periods (`.`), underscores (`_`), slashes (`/`), and hyphens (`-`). Most Docker users use images created by other organizations, and the following guidelines help to prevent inadvertent duplication of labels across objects, especially if you plan to use labels as a mechanism for automation.