From b10ee3522c68789a21c45be37f789b22482bf95f Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Mon, 4 Jun 2018 13:28:46 -0700 Subject: [PATCH] Document 255 character limit --- ee/dtr/user/manage-images/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ee/dtr/user/manage-images/index.md b/ee/dtr/user/manage-images/index.md index 49a599a79f..dee4775fcb 100644 --- a/ee/dtr/user/manage-images/index.md +++ b/ee/dtr/user/manage-images/index.md @@ -34,6 +34,10 @@ When creating a repository in DTR, the full name of the repository becomes `//`. In this example, the full name of our repository will be `dtr.example.org/dave.lauper/golang`. +DTR only allows image names with 255 characters. This includes the domain, +organization, and repository name. When you create a repository, make sure +its full name has less than 255 characters. + ## Where to go next - [Pull and push images](pull-and-push-images.md)