fix formatting of important tag

This commit is contained in:
Tammy Fox 2018-08-06 16:02:33 -04:00 committed by GitHub
parent f339a153d7
commit f3499bab58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -40,9 +40,8 @@ name of our repository will be `dtr.example.org/dave.lauper/golang`.
>
> *The 56 character `<user-or-org/repository-name>` 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 `<user-or-org/repository-name>` 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 `<user-or-org/repository-name>` 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)