Merge pull request #19100 from dvdksn/hub-clarify-removed-aim-endpoints

hub: clarify which api endpoints were removed with AIM removal
This commit is contained in:
David Karlsson 2024-01-17 10:16:26 +01:00 committed by GitHub
commit f17281ab38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,15 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
- The Advanced Image Management feature, along with the corresponding API endpoints, has been retired.
See [docker/roadmap#534](https://github.com/docker/roadmap/issues/534).
The following API endpoints have been removed:
```text
/namespaces/{namespace}/repositories/{repository}/images
/namespaces/{namespace}/repositories/{repository}/images/{digest}/tags
/namespaces/{namespace}/repositories/{repository}/images-summary
/namespaces/{namespace}/delete-images
```
## 2023-08-28
- Organizations with SSO enabled can assign members to roles, organizations, and teams with [SCIM role mapping](scim.md#set-up-role-mapping).