You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/containers/includes/cognitive-services-container-images.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,22 @@
1
+
---
2
+
title: Container repositories and images
3
+
services: cognitive-services
4
+
author: IEvangelist
5
+
manager: nitinme
6
+
description: Two tables representing the container registries, repositories and image names for all Cognitive Service offerings.
7
+
ms.service: cognitive-services
8
+
ms.topic: include
9
+
ms.date: 09/06/2019
10
+
ms.author: dapine
11
+
---
12
+
1
13
### Container repositories and images
2
14
3
15
The tables below are a comprehensive listing of the available container images offered by Azure Cognitive Services.
4
16
5
-
#### Public (container registry: `mcr.microsoft.com`)
17
+
#### Public "Ungated" (container registry: `mcr.microsoft.com`)
6
18
7
-
The Microsoft Container Registry hosts all of the general availability (GA) containers for Cognitive Services.
19
+
The Microsoft Container Registry hosts all of the publicly available "ungated" containers for Cognitive Services.
8
20
9
21
| Service | Container | Container Registry / Repository / Image Name |
10
22
|--|--|--|
@@ -13,9 +25,9 @@ The Microsoft Container Registry hosts all of the general availability (GA) cont
13
25
|[Text Analytics](../../text-analytics/how-tos/text-analytics-how-to-install-containers.md)| Language Detection |`mcr.microsoft.com/azure-cognitive-services/language`|
#### Public Preview (container registry: `containerpreview.azurecr.io`)
28
+
#### Public "Gated" Preview (container registry: `containerpreview.azurecr.io`)
17
29
18
-
The Container Preview registry hosts all of the "public preview" containers for Cognitive Services that have not yet been progressed to general availability (GA). These containers require a formal request for access in order to consume them.
30
+
The Container Preview registry hosts all of the publicly available "gated" containers for Cognitive Services. These containers require a formal request for access in order to consume them.
19
31
20
32
| Service | Container | Container Registry / Repository / Image Name |
0 commit comments