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)