daemon: Emit Image Create event when image is built

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2024-06-07 14:40:50 +02:00
parent 09eb6ec4f1
commit 7b8f4922a5
12 changed files with 194 additions and 27 deletions

View File

@@ -32,6 +32,8 @@ keywords: "API, Docker, rcli, REST, documentation"
the multi-platform image.
* `POST /containers/create` now takes `Options` as part of `HostConfig.Mounts.TmpfsOptions` to set options for tmpfs mounts.
* `POST /services/create` now takes `Options` as part of `ContainerSpec.Mounts.TmpfsOptions`, to set options for tmpfs mounts.
* `GET /events` now supports image `create` event that is emitted when a new
image is built regardless if it was tagged or not.
### Deprecated Config fields in `GET /images/{name}/json` response