From b63fc0244d4c99f8871f4582b59d90c2f314d443 Mon Sep 17 00:00:00 2001 From: Jiovanni Castillo <jcastillo@gitlab.com> Date: Fri, 10 Mar 2023 02:35:10 +0000 Subject: [PATCH] Specify flavor to use for RE2 syntax testing --- .../container_registry/reduce_container_registry_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/packages/container_registry/reduce_container_registry_storage.md b/doc/user/packages/container_registry/reduce_container_registry_storage.md index 9229ea6182108..7a991d384ac14 100644 --- a/doc/user/packages/container_registry/reduce_container_registry_storage.md +++ b/doc/user/packages/container_registry/reduce_container_registry_storage.md @@ -281,7 +281,7 @@ Here are some other options you can use to reduce the Container Registry storage If you see this error message, check the regex patterns to ensure they are valid. -GitLab uses [RE2 syntax](https://github.com/google/re2/wiki/Syntax) for regular expressions in the cleanup policy. You can test them with the [regex101 regex tester](https://regex101.com/). +GitLab uses [RE2 syntax](https://github.com/google/re2/wiki/Syntax) for regular expressions in the cleanup policy. You can test them with the [regex101 regex tester](https://regex101.com/) using the Golang flavor. View some common [regex pattern examples](#regex-pattern-examples). ### The cleanup policy doesn't delete any tags -- GitLab