Closes #14894
Signed-off-by: Doug Davis <dug@us.ibm.com>
| ... | ... |
@@ -791,6 +791,7 @@ Query Parameters: |
| 791 | 791 |
- **all** – 1/True/true or 0/False/false, default false |
| 792 | 792 |
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters: |
| 793 | 793 |
- dangling=true |
| 794 |
+- **filter** - only return images with the specified name |
|
| 794 | 795 |
|
| 795 | 796 |
|
| 796 | 797 |
|
| ... | ... |
@@ -782,6 +782,7 @@ Query Parameters: |
| 782 | 782 |
- **all** – 1/True/true or 0/False/false, default false |
| 783 | 783 |
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters: |
| 784 | 784 |
- dangling=true |
| 785 |
+- **filter** - only return images with the specified name |
|
| 785 | 786 |
|
| 786 | 787 |
### Create an image |
| 787 | 788 |
|
| ... | ... |
@@ -792,6 +792,7 @@ Query Parameters: |
| 792 | 792 |
- **all** – 1/True/true or 0/False/false, default false |
| 793 | 793 |
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters: |
| 794 | 794 |
- dangling=true |
| 795 |
+- **filter** - only return images with the specified name |
|
| 795 | 796 |
|
| 796 | 797 |
### Create an image |
| 797 | 798 |
|
| ... | ... |
@@ -941,6 +941,7 @@ Query Parameters: |
| 941 | 941 |
- **all** – 1/True/true or 0/False/false, default false |
| 942 | 942 |
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters: |
| 943 | 943 |
- dangling=true |
| 944 |
+- **filter** - only return images with the specified name |
|
| 944 | 945 |
|
| 945 | 946 |
### Create an image |
| 946 | 947 |
|
| ... | ... |
@@ -888,6 +888,7 @@ Query Parameters: |
| 888 | 888 |
- **all** – 1/True/true or 0/False/false, default false |
| 889 | 889 |
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters: |
| 890 | 890 |
- dangling=true |
| 891 |
+- **filter** - only return images with the specified name |
|
| 891 | 892 |
|
| 892 | 893 |
### Create an image |
| 893 | 894 |
|
| ... | ... |
@@ -1046,6 +1046,7 @@ Query Parameters: |
| 1046 | 1046 |
- **all** – 1/True/true or 0/False/false, default false |
| 1047 | 1047 |
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters: |
| 1048 | 1048 |
- dangling=true |
| 1049 |
+- **filter** - only return images with the specified name |
|
| 1049 | 1050 |
|
| 1050 | 1051 |
### Build image from a Dockerfile |
| 1051 | 1052 |
|
| ... | ... |
@@ -1127,6 +1127,7 @@ Query Parameters: |
| 1127 | 1127 |
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters: |
| 1128 | 1128 |
- dangling=true |
| 1129 | 1129 |
- label=`key` or `key=value` of an image label |
| 1130 |
+- **filter** - only return images with the specified name |
|
| 1130 | 1131 |
|
| 1131 | 1132 |
### Build image from a Dockerfile |
| 1132 | 1133 |
|
| ... | ... |
@@ -1146,6 +1146,7 @@ Query Parameters: |
| 1146 | 1146 |
- **filters** – a JSON encoded value of the filters (a map[string][]string) to process on the images list. Available filters: |
| 1147 | 1147 |
- `dangling=true` |
| 1148 | 1148 |
- `label=key` or `key=value` of an image label |
| 1149 |
+- **filter** - only return images with the specified name |
|
| 1149 | 1150 |
|
| 1150 | 1151 |
### Build image from a Dockerfile |
| 1151 | 1152 |
|
| ... | ... |
@@ -1273,6 +1273,7 @@ Query Parameters: |
| 1273 | 1273 |
- **filters** – a JSON encoded value of the filters (a map[string][]string) to process on the images list. Available filters: |
| 1274 | 1274 |
- `dangling=true` |
| 1275 | 1275 |
- `label=key` or `key=value` of an image label |
| 1276 |
+- **filter** - only return images with the specified name |
|
| 1276 | 1277 |
|
| 1277 | 1278 |
### Build image from a Dockerfile |
| 1278 | 1279 |
|