Commit b4a65b8
committed
Ensure docker opts labels are always defined
The `generateLabels` can create docker optiosn with a `labels: undefined` property.
This may cause issues with some docker runtimes, resulting in the
response
```
(HTTP code 400) unexpected - failed to parse query parameter 'labels': "": unexpected end of JSON input
```
Change-type: patch1 parent 7f65660 commit b4a65b8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments