Skip to content

Commit 44cba1b

Browse files
committed
[ACR] Min docker version for TLS
1 parent 6313233 commit 44cba1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Managed container registries
33
description: Introduction to the Azure Container Registry service, providing cloud-based, managed, private Docker registries.
44
author: stevelas
55
ms.topic: overview
6-
ms.date: 12/03/2019
6+
ms.date: 02/10/2020
77
ms.author: stevelas
88
ms.custom: "seodec18, mvc"
99
---
@@ -35,7 +35,7 @@ Azure provides tooling including Azure Command-Line Interface, Azure portal, and
3535
* **Security and access** - You log in to a registry using the Azure CLI or the standard `docker login` command. Azure Container Registry transfers container images over HTTPS, and supports TLS to secure client connections.
3636

3737
> [!IMPORTANT]
38-
> Starting January 13, 2020, Azure Container Registry will require all secure connections from servers and applications to use TLS 1.2. Support for TLS 1.0 and 1.1 will be retired.
38+
> Starting January 13, 2020, Azure Container Registry will require all secure connections from servers and applications to use TLS 1.2. Enable TLS 1.2 by using any recent docker client (version 18.03.0 or later). Support for TLS 1.0 and 1.1 will be retired.
3939
4040
You [control access](container-registry-authentication.md) to a container registry using an Azure identity, an Azure Active Directory-backed [service principal](../active-directory/develop/app-objects-and-service-principals.md), or a provided admin account. Use role-based access control (RBAC) to assign users or systems fine-grained permissions to a registry.
4141

0 commit comments

Comments
 (0)