From 780d4b2d65b196311e70f3bfe8cee9701056400a Mon Sep 17 00:00:00 2001 From: Aditya R Date: Sun, 13 Mar 2022 23:26:59 +0530 Subject: vendor: bump buildah, c/image and c/storage Bumps c/buildah to -> `v1.24.3-0.20220310160415-5ec70bf01ea5` c/storage to -> `v1.38.3-0.20220308085612-93ce26691863` c/image to -> `v5.20.1-0.20220310094651-0d8056ee346f` Signed-off-by: Aditya R --- vendor/github.com/docker/docker/api/swagger.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'vendor/github.com/docker') diff --git a/vendor/github.com/docker/docker/api/swagger.yaml b/vendor/github.com/docker/docker/api/swagger.yaml index b6bca4cef..bada4a8e3 100644 --- a/vendor/github.com/docker/docker/api/swagger.yaml +++ b/vendor/github.com/docker/docker/api/swagger.yaml @@ -5755,6 +5755,7 @@ paths: property1: "string" property2: "string" IpcMode: "" + LxcConf: [] Memory: 0 MemorySwap: 0 MemoryReservation: 0 @@ -8606,20 +8607,12 @@ paths: if `tty` was specified as part of creating and starting the exec instance. operationId: "ExecResize" responses: - 200: + 201: description: "No error" - 400: - description: "bad parameter" - schema: - $ref: "#/definitions/ErrorResponse" 404: description: "No such exec instance" schema: $ref: "#/definitions/ErrorResponse" - 500: - description: "Server error" - schema: - $ref: "#/definitions/ErrorResponse" parameters: - name: "id" in: "path" -- cgit v1.2.3-54-g00ecf