From f3499bab5830b955e1e17127d3f51cef9e2d9525 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Mon, 6 Aug 2018 16:02:33 -0400 Subject: [PATCH] fix formatting of important tag --- ee/dtr/user/manage-images/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ee/dtr/user/manage-images/index.md b/ee/dtr/user/manage-images/index.md index 824c022cff..f2cd285082 100644 --- a/ee/dtr/user/manage-images/index.md +++ b/ee/dtr/user/manage-images/index.md @@ -40,9 +40,8 @@ name of our repository will be `dtr.example.org/dave.lauper/golang`. > > *The 56 character `` limit in DTR is due to an underlying limitation in how the image name information is stored within DTR metadata in RethinkDB. RethinkDB currently has a Primary Key length limit of 127 characters. > -> When DTR stores the above data it appends a sha256sum comprised of 72 characters to the end of the value to ensure uniqueness within the database. If the `` exceeds 56 characters it will then exceed the 127 character limit in RethinkDB (72+56=128).* -> -{: Important } +> When DTR stores the above data it appends a sha256sum comprised of 72 characters to the end of the value to ensure uniqueness within the database. If the `` exceeds 56 characters it will then exceed the 127 character limit in RethinkDB (72+56=128). +{: important} ## Where to go next - [Pull and push images](pull-and-push-images.md)