mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #10558 from gierschv/doc-remote-url
Documents build API "remote" parameter
This commit is contained in:
commit
c2f82bba0a
15 changed files with 15 additions and 0 deletions
|
@ -1039,6 +1039,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – git or HTTP/HTTPS URI build source
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** - remove intermediate containers after a successful build
|
||||
|
|
|
@ -1045,6 +1045,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – git or HTTP/HTTPS URI build source
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** - remove intermediate containers after a successful build
|
||||
|
|
|
@ -1106,6 +1106,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – git or HTTP/HTTPS URI build source
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** - remove intermediate containers after a successful build (default behavior)
|
||||
|
|
|
@ -1095,6 +1095,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – git or HTTP/HTTPS URI build source
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** - remove intermediate containers after a successful build (default behavior)
|
||||
|
|
|
@ -1105,6 +1105,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – git or HTTP/HTTPS URI build source
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** - remove intermediate containers after a successful build (default behavior)
|
||||
|
|
|
@ -1252,6 +1252,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – git or HTTP/HTTPS URI build source
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** - remove intermediate containers after a successful build (default behavior)
|
||||
|
|
|
@ -1198,6 +1198,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – git or HTTP/HTTPS URI build source
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **pull** - attempt to pull the image even if an older image exists locally
|
||||
|
|
|
@ -1075,6 +1075,7 @@ Query Parameters:
|
|||
- **dockerfile** - path within the build context to the Dockerfile
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – git or HTTP/HTTPS URI build source
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **pull** - attempt to pull the image even if an older image exists locally
|
||||
|
|
|
@ -898,6 +898,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – build source URI (git or HTTPS/HTTP)
|
||||
- **q** – suppress verbose build output
|
||||
|
||||
Status Codes:
|
||||
|
|
|
@ -940,6 +940,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – build source URI (git or HTTPS/HTTP)
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
|
||||
|
|
|
@ -951,6 +951,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – build source URI (git or HTTPS/HTTP)
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** – remove intermediate containers after a successful build
|
||||
|
|
|
@ -1049,6 +1049,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – build source URI (git or HTTPS/HTTP)
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
|
||||
|
|
|
@ -991,6 +991,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – build source URI (git or HTTPS/HTTP)
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
|
||||
|
|
|
@ -1041,6 +1041,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – build source URI (git or HTTPS/HTTP)
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
|
||||
|
|
|
@ -1044,6 +1044,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – build source URI (git or HTTPS/HTTP)
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** – Remove intermediate containers after a successful build
|
||||
|
|
Loading…
Add table
Reference in a new issue