Commit 96f6c3b
committed
Use JSON serialization for balena build secrets
Build secrets make use of a `volumes` option passed to the build image
docker API. This option is only available in balenaEngine. With the
changes on apocas/docker-modem#181, this array will be serialized using
URL serialization by dockerode, which is not accepted by balenaEngine.
Change-type: patch1 parent 69284c5 commit 96f6c3b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments