Skip to content

Commit

Permalink
Redirect deprecation notice, and add note on recommended option for e…
Browse files Browse the repository at this point in the history
…nabling manifest lists (docker#1123)
  • Loading branch information
bermudezmt authored and Dawn W Docker committed Jun 12, 2019
1 parent 2525a10 commit 531ca08
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ee/dtr/user/manage-images/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Learn how to create new repositories in Docker Trusted Registry.
keywords: registry, repository
redirect_from:
- /datacenter/dtr/2.3/guides/user/manage-images/
- /ee/dtr/deprecation-notice/
---

Since DTR is secure by default, you need to create the image repository before
Expand Down Expand Up @@ -42,7 +43,7 @@ name of our repository will be `dtr-example.com/test-user-1/wordpress`.

![](../../images/create-repository-3.png){: .with-border}

> Immutable Tags and Tag Limit
> Immutable tags and tag limit
>
> Starting in DTR 2.6, repository admins can enable tag pruning by [setting a tag limit](../tag-pruning/#set-a-tag-limit). This can only be set if you turn off **Immutability** and allow your repository tags to be overwritten.
Expand All @@ -55,6 +56,11 @@ name of our repository will be `dtr-example.com/test-user-1/wordpress`.
> 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}

> Multi-architecture images
>
> While you can enable just-in-time creation of multi-archictecture image repositories when creating a repository via the API, Docker does not recommend using this option. This breaks content trust and [causes other issues](/ee/dtr/release-notes/#264). To manage Docker image manifests and manifest lists, use the experimental CLI command, [docker manifest](/engine/reference/commandline/manifest/), instead.
{: .important}

## Where to go next

- [Review repository info](review-repository-info.md)

0 comments on commit 531ca08

Please sign in to comment.