forked from fsouza/go-dockerclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added to BuildImageOptions: * ExtraHosts * ShmSize * Platform * Outputs Removed `qs` tags from options where the parameter URL was the lower case of the param name (as this is the default). Added `ver:`sion tags on all BuildImageOptions based on docker server code api/server/router/build/build_routes.go:postBuild, https://docs.docker.com/engine/api/v1.40/#operation/ImageBuild, and https://docs.docker.com/engine/api/version-history/. `forcerm`, `pull` and `output` parameters are the only version checked in the docker server code, however applying Postel's Law we'll be explicit. Not included is the experimental option "squash" and the undocumented "isolation" option.
- Loading branch information
1 parent
cb0c0a0
commit 52d804d
Showing
3 changed files
with
52 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters