Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit d29437c

Browse files
rindealthaJeztah
authored andcommitted
Document message parameter to /images/create
This parameter was introduced 4 years ago in b857dad as part of moby/moby#15711, but has never made it to the API docs. Signed-off-by: Jan Chren (rindeal) <dev.rindeal@gmail.com> (cherry picked from commit 9608dc5470e74f1ee34fd6477547303b31868576) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: ea5f540fb62632b448b286d22eca41a3956a75a2 Component: engine
1 parent 2f58c24 commit d29437c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

components/engine/api/swagger.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6602,6 +6602,10 @@ paths:
66026602
in: "query"
66036603
description: "Tag or digest. If empty when pulling an image, this causes all tags for the given image to be pulled."
66046604
type: "string"
6605+
- name: "message"
6606+
in: "query"
6607+
description: "Set commit message for imported image."
6608+
type: "string"
66056609
- name: "inputImage"
66066610
in: "body"
66076611
description: "Image content if the value `-` has been specified in fromSrc query parameter"

0 commit comments

Comments
 (0)