From 3cb78bfa76b2b4cc13d697ba6d0136465588828f Mon Sep 17 00:00:00 2001 From: Vincent Giersch Date: Wed, 4 Feb 2015 16:03:06 +0100 Subject: [PATCH] Documents build API "remote" parameter Introduced in Docker v0.4.5 / Remove API v1.1 (#848), the remote parameter of the API method POST /build allows to specify a buildable remote URL (HTTPS, HTTP or Git). Signed-off-by: Vincent Giersch --- docs/sources/reference/api/docker_remote_api_v1.10.md | 1 + docs/sources/reference/api/docker_remote_api_v1.11.md | 1 + docs/sources/reference/api/docker_remote_api_v1.12.md | 1 + docs/sources/reference/api/docker_remote_api_v1.13.md | 1 + docs/sources/reference/api/docker_remote_api_v1.14.md | 1 + docs/sources/reference/api/docker_remote_api_v1.15.md | 1 + docs/sources/reference/api/docker_remote_api_v1.16.md | 1 + docs/sources/reference/api/docker_remote_api_v1.17.md | 1 + docs/sources/reference/api/docker_remote_api_v1.3.md | 1 + docs/sources/reference/api/docker_remote_api_v1.4.md | 1 + docs/sources/reference/api/docker_remote_api_v1.5.md | 1 + docs/sources/reference/api/docker_remote_api_v1.6.md | 1 + docs/sources/reference/api/docker_remote_api_v1.7.md | 1 + docs/sources/reference/api/docker_remote_api_v1.8.md | 1 + docs/sources/reference/api/docker_remote_api_v1.9.md | 1 + 15 files changed, 15 insertions(+) diff --git a/docs/sources/reference/api/docker_remote_api_v1.10.md b/docs/sources/reference/api/docker_remote_api_v1.10.md index c5ba26c092..7837b82edd 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.10.md +++ b/docs/sources/reference/api/docker_remote_api_v1.10.md @@ -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 diff --git a/docs/sources/reference/api/docker_remote_api_v1.11.md b/docs/sources/reference/api/docker_remote_api_v1.11.md index 102e9c4abd..6bcabfc791 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.11.md +++ b/docs/sources/reference/api/docker_remote_api_v1.11.md @@ -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 diff --git a/docs/sources/reference/api/docker_remote_api_v1.12.md b/docs/sources/reference/api/docker_remote_api_v1.12.md index 910640181c..58f3bc3a30 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.12.md +++ b/docs/sources/reference/api/docker_remote_api_v1.12.md @@ -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) diff --git a/docs/sources/reference/api/docker_remote_api_v1.13.md b/docs/sources/reference/api/docker_remote_api_v1.13.md index 22fd81ef99..1590978f0c 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.13.md +++ b/docs/sources/reference/api/docker_remote_api_v1.13.md @@ -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) diff --git a/docs/sources/reference/api/docker_remote_api_v1.14.md b/docs/sources/reference/api/docker_remote_api_v1.14.md index fb956b3924..f4e1b3edc5 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.14.md +++ b/docs/sources/reference/api/docker_remote_api_v1.14.md @@ -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) diff --git a/docs/sources/reference/api/docker_remote_api_v1.15.md b/docs/sources/reference/api/docker_remote_api_v1.15.md index fb3139d211..a956d454ac 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.15.md +++ b/docs/sources/reference/api/docker_remote_api_v1.15.md @@ -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) diff --git a/docs/sources/reference/api/docker_remote_api_v1.16.md b/docs/sources/reference/api/docker_remote_api_v1.16.md index 7999850035..86df97b717 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.16.md +++ b/docs/sources/reference/api/docker_remote_api_v1.16.md @@ -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 diff --git a/docs/sources/reference/api/docker_remote_api_v1.17.md b/docs/sources/reference/api/docker_remote_api_v1.17.md index 68c4fb599d..2f62cb4055 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.17.md +++ b/docs/sources/reference/api/docker_remote_api_v1.17.md @@ -1072,6 +1072,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 diff --git a/docs/sources/reference/api/docker_remote_api_v1.3.md b/docs/sources/reference/api/docker_remote_api_v1.3.md index 004993b850..5a88d8276b 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.3.md +++ b/docs/sources/reference/api/docker_remote_api_v1.3.md @@ -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: diff --git a/docs/sources/reference/api/docker_remote_api_v1.4.md b/docs/sources/reference/api/docker_remote_api_v1.4.md index 644cd98449..790c97d079 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.4.md +++ b/docs/sources/reference/api/docker_remote_api_v1.4.md @@ -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 diff --git a/docs/sources/reference/api/docker_remote_api_v1.5.md b/docs/sources/reference/api/docker_remote_api_v1.5.md index c9d1de07f1..c2f0a7add0 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.5.md +++ b/docs/sources/reference/api/docker_remote_api_v1.5.md @@ -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 diff --git a/docs/sources/reference/api/docker_remote_api_v1.6.md b/docs/sources/reference/api/docker_remote_api_v1.6.md index cfbc0dbe06..d0f9661e50 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.6.md +++ b/docs/sources/reference/api/docker_remote_api_v1.6.md @@ -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 diff --git a/docs/sources/reference/api/docker_remote_api_v1.7.md b/docs/sources/reference/api/docker_remote_api_v1.7.md index a7593afac5..6cdd60374f 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.7.md +++ b/docs/sources/reference/api/docker_remote_api_v1.7.md @@ -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 diff --git a/docs/sources/reference/api/docker_remote_api_v1.8.md b/docs/sources/reference/api/docker_remote_api_v1.8.md index cee00c6b83..409e63a163 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.8.md +++ b/docs/sources/reference/api/docker_remote_api_v1.8.md @@ -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 diff --git a/docs/sources/reference/api/docker_remote_api_v1.9.md b/docs/sources/reference/api/docker_remote_api_v1.9.md index f8748e96a1..7ea3fc9ab1 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.9.md +++ b/docs/sources/reference/api/docker_remote_api_v1.9.md @@ -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