mirror of https://github.com/docker/docs.git
Merge pull request #19234 from dvdksn/scout-acr-ga
scout: graduate acr from ea to ga
This commit is contained in:
commit
e367017667
|
@ -25,7 +25,7 @@ The following container registry integrations are available:
|
|||
|
||||
- [Artifactory](./registry/artifactory.md)
|
||||
- [Amazon Elastic Container Registry](./registry/ecr.md)
|
||||
- [Azure Container Registry](./registry/acr.md) {{< badge color=violet text="Early Access" >}}
|
||||
- [Azure Container Registry](./registry/acr.md)
|
||||
|
||||
### Continuous Integration
|
||||
|
||||
|
|
|
@ -4,11 +4,6 @@ keywords: docker scout, acr, azure, integration, image analysis, security, cves
|
|||
title: Azure Container Registry integration
|
||||
---
|
||||
|
||||
> **Early Access feature**
|
||||
>
|
||||
> The Azure Container Registry (ACR) integration is currently in [Early Access](../../../release-lifecycle.md#early-access-ea).
|
||||
{ .experimental }
|
||||
|
||||
Integrating Docker Scout with Azure Container Registry (ACR) lets you view
|
||||
image insights for images hosted in ACR repositories. After integrating Docker
|
||||
Scout with ACR and activating Docker Scout for a repository, pushing an image
|
||||
|
|
|
@ -12,6 +12,15 @@ the `docker/scout-cli` [GitHub repository](https://github.com/docker/scout-cli/r
|
|||
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1)
|
||||
for what's coming next.
|
||||
|
||||
## 2024-01-26
|
||||
|
||||
**Azure Container Registry** integration graduated from
|
||||
[Early Access](../release-lifecycle.md#early-access-ea) to
|
||||
[General Availability](../release-lifecycle.md#genera-availability-ga).
|
||||
|
||||
For more information and setup instructions, see
|
||||
[Integrate Azure Container Registry](./integrations/registry/acr.md).
|
||||
|
||||
## 2024-01-23
|
||||
|
||||
New **Unapproved base images** policy, which lets you restrict which base
|
||||
|
|
Loading…
Reference in New Issue