mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-12 05:55:38 +00:00
fix: Request image authentication token with explicitly as json
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
d9177404b5
commit
81ec85c581
@ -97,6 +97,7 @@ export class DockerUtils extends DockerToolbelt {
|
|||||||
pass: deltaOpts.currentApiKey,
|
pass: deltaOpts.currentApiKey,
|
||||||
sendImmediately: true,
|
sendImmediately: true,
|
||||||
},
|
},
|
||||||
|
json: true,
|
||||||
};
|
};
|
||||||
const tokenUrl = `${tokenEndpoint}?service=${
|
const tokenUrl = `${tokenEndpoint}?service=${
|
||||||
dstInfo.registry
|
dstInfo.registry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user